Html Css Color HEX #C01B36 Cardinal

📋 copy color: '#C01B36'

red 192 ◦ green 27 ◦ blue 54

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

Shades of Cardinal #C01B36

Tints of Cardinal #C01B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 70.33%
G = 9.89%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C01B36 (or 0xC01B36) is known color: Cardinal. HEX triplet: C0, 1B and 36. RGB value is (192,27,54). Sum of RGB (Red+Green+Blue) = 192+27+54=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01B36 is #3FE4C9. Grayscale: #4F4F4F. Windows color (decimal): -4187338 or 3546048. OLE color: 3546048.

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

Color convert

RGB 192 27 54 -
CMYK 0 0.86 0.72 0.25
HSL 350.18º 0.75% 0.43% -
HSV(B) 350.18º 0.86% 0.75% -
XYZ 22.8 12.26 4.65 -
YUV 79.41 113.66 208.3 -
System Red Green Blue C M Y K H S L
Decimal 192 27 54 0 0.86 0.72 0.25 350.18 0.75 0.43
Hex C0 1B 36 0 56 48 19 15E 4B 2B
Octal 300 33 66 0 126 110 31 536 113 53
Binary 11000000 11011 110110 0 1010110 1001000 11001 101011110 1001011 101011

Color Harmonies of #C01B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01B36

Black with #C01B36

Text Example


Text Example

White with #C01B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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