Html Css Color HEX #C02836 Cardinal

📋 copy color: '#C02836'

red 192 ◦ green 40 ◦ blue 54

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

Shades of Cardinal #C02836

Tints of Cardinal #C02836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.99%

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

R = 67.13%
G = 13.99%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C02836 (or 0xC02836) is known color: Cardinal. HEX triplet: C0, 28 and 36. RGB value is (192,40,54). Sum of RGB (Red+Green+Blue) = 192+40+54=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C02836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02836 is #3FD7C9. Grayscale: #575757. Windows color (decimal): -4184010 or 3549376. OLE color: 3549376.

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

Color convert

RGB 192 40 54 -
CMYK 0 0.79 0.72 0.25
HSL 354.47º 0.66% 0.45% -
HSV(B) 354.47º 0.79% 0.75% -
XYZ 23.16 12.99 4.78 -
YUV 87.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 192 40 54 0 0.79 0.72 0.25 354.47 0.66 0.45
Hex C0 28 36 0 4F 48 19 162 42 2D
Octal 300 50 66 0 117 110 31 542 102 55
Binary 11000000 101000 110110 0 1001111 1001000 11001 101100010 1000010 101101

Color Harmonies of #C02836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02836

Black with #C02836

Text Example


Text Example

White with #C02836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02836; }

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

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

background-color css

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

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

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

border-color css

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

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

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