Html Css Color HEX #C01036 Cardinal

📋 copy color: '#C01036'

red 192 ◦ green 16 ◦ blue 54

#C01036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C01036

Tints of Cardinal #C01036

RGB

 RED value IS 192 (75.39% from 255) = 73.28%

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 73.28%
G = 6.11%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01036 (or 0xC01036) is known color: Cardinal. HEX triplet: C0, 10 and 36. RGB value is (192,16,54). Sum of RGB (Red+Green+Blue) = 192+16+54=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C01036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01036 is #3FEFC9. Grayscale: #484848. Windows color (decimal): -4190154 or 3543232. OLE color: 3543232.

HSL color Cylindrical-coordinate representation of color #C01036: hue angle of 347.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01036 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 54 -
CMYK 0 0.92 0.72 0.25
HSL 347.05º 0.85% 0.41% -
HSV(B) 347.05º 0.92% 0.75% -
XYZ 22.59 11.84 4.59 -
YUV 72.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 192 16 54 0 0.92 0.72 0.25 347.05 0.85 0.41
Hex C0 10 36 0 5C 48 19 15B 55 29
Octal 300 20 66 0 134 110 31 533 125 51
Binary 11000000 10000 110110 0 1011100 1001000 11001 101011011 1010101 101001

Color Harmonies of #C01036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01036

Black with #C01036

Text Example


Text Example

White with #C01036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01036; }

 p { color: rgb(192,16,54); }

 H1.HeaderClassName
 {
   color: #C01036;
 }
 .AnyTagClassName
 {
   color: #C01036;
 }
</style>

background-color css

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

 a { background-color: rgb(192,16,54); }

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

border-color css

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

 span { border-color: rgb(192,16,54); }

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