#C00138

Color #C00138 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #C00138

Tints of Cardinal #C00138

Color information

#C00138 (or 0xC00138) is unknown color: approx Cardinal. HEX triplet: C0, 01 and 38. RGB value is (192,1,56). Sum of RGB (Red+Green+Blue) = 192+1+56=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00138 is #3FFEC7. Grayscale: #404040. Windows color (decimal): -4193992 or 3670464. OLE color: 3670464.

HSL color Cylindrical-coordinate representation of color #C00138: hue angle of 342.72º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00138 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB192156-
CMYK00.990.710.25
HSL342.72º98.96%37.84%-
HSV(B)342.72º99.48%75.29%-
XYZ22.4611.514.78-
YUV64.38123.28219.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 77.11%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 56 (22.27% from 255) = 22.49%
R=77.11%
G=0.40%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215600.990.710.25342.7298.9637.84
HexC013806347191576326
Octal30017001431073152714346
Binary110000001111000011000111000111110011010101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00138; }

 p { color: rgb(192,1,56); }

 H1.HeaderClassName
 {
   color: #C00138;
 }
 .AnyTagClassName
 {
   color: #C00138;
 }
</style>
background-color css

<style>
 a { background-color: #C00138; }

 a { background-color: rgb(192,1,56); }

 div.DivClassName
 {
   background-color: #C00138;
 }
 .BgClassName
 {
   background-color: #C00138;
 }
</style>
border-color css

<style>
 span { border-color: #C00138; }

 span { border-color: rgb(192,1,56); }

 td.TdClassName
 {
   border-color: #C00138;
 }
 .TagClassName
 {
   border-color: #C00138;
 }
</style>