Html Css Color HEX #C02736 Cardinal

📋 copy color: '#C02736'

red 192 ◦ green 39 ◦ blue 54

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

Shades of Cardinal #C02736

Tints of Cardinal #C02736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.68%

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

R = 67.37%
G = 13.68%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02736 (or 0xC02736) is known color: Cardinal. HEX triplet: C0, 27 and 36. RGB value is (192,39,54). Sum of RGB (Red+Green+Blue) = 192+39+54=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C02736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02736 is #3FD8C9. Grayscale: #565656. Windows color (decimal): -4184266 or 3549120. OLE color: 3549120.

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

Color convert

RGB 192 39 54 -
CMYK 0 0.80 0.72 0.25
HSL 354.12º 0.66% 0.45% -
HSV(B) 354.12º 0.8% 0.75% -
XYZ 23.13 12.92 4.77 -
YUV 86.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 192 39 54 0 0.80 0.72 0.25 354.12 0.66 0.45
Hex C0 27 36 0 50 48 19 162 42 2D
Octal 300 47 66 0 120 110 31 542 102 55
Binary 11000000 100111 110110 0 1010000 1001000 11001 101100010 1000010 101101

Color Harmonies of #C02736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02736

Black with #C02736

Text Example


Text Example

White with #C02736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02736; }

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

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

background-color css

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

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

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

border-color css

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

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

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