Html Css Color HEX #C02432 Cardinal

📋 copy color: '#C02432'

red 192 ◦ green 36 ◦ blue 50

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

Shades of Cardinal #C02432

Tints of Cardinal #C02432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 69.06%
G = 12.95%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02432 (or 0xC02432) is known color: Cardinal. HEX triplet: C0, 24 and 32. RGB value is (192,36,50). Sum of RGB (Red+Green+Blue) = 192+36+50=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C02432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02432 is #3FDBCD. Grayscale: #545454. Windows color (decimal): -4185038 or 3286208. OLE color: 3286208.

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

Color convert

RGB 192 36 50 -
CMYK 0 0.81 0.74 0.25
HSL 354.62º 0.68% 0.45% -
HSV(B) 354.62º 0.81% 0.75% -
XYZ 22.94 12.7 4.26 -
YUV 84.24 108.68 204.86 -
System Red Green Blue C M Y K H S L
Decimal 192 36 50 0 0.81 0.74 0.25 354.62 0.68 0.45
Hex C0 24 32 0 51 4A 19 163 44 2D
Octal 300 44 62 0 121 112 31 543 104 55
Binary 11000000 100100 110010 0 1010001 1001010 11001 101100011 1000100 101101

Color Harmonies of #C02432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02432

Black with #C02432

Text Example


Text Example

White with #C02432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02432; }

 p { color: rgb(192,36,50); }

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

background-color css

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

 a { background-color: rgb(192,36,50); }

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

border-color css

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

 span { border-color: rgb(192,36,50); }

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