Html Css Color HEX #C00432 Cardinal

📋 copy color: '#C00432'

red 192 ◦ green 4 ◦ blue 50

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

Shades of Cardinal #C00432

Tints of Cardinal #C00432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 78.05%
G = 1.63%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C00432 (or 0xC00432) is known color: Cardinal. HEX triplet: C0, 04 and 32. RGB value is (192,4,50). Sum of RGB (Red+Green+Blue) = 192+4+50=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C00432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00432 is #3FFBCD. Grayscale: #414141. Windows color (decimal): -4193230 or 3278016. OLE color: 3278016.

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

Color convert

RGB 192 4 50 -
CMYK 0 0.98 0.74 0.25
HSL 345.32º 0.96% 0.38% -
HSV(B) 345.32º 0.98% 0.75% -
XYZ 22.36 11.52 4.06 -
YUV 65.46 119.28 218.26 -
System Red Green Blue C M Y K H S L
Decimal 192 4 50 0 0.98 0.74 0.25 345.32 0.96 0.38
Hex C0 4 32 0 62 4A 19 159 60 26
Octal 300 4 62 0 142 112 31 531 140 46
Binary 11000000 100 110010 0 1100010 1001010 11001 101011001 1100000 100110

Color Harmonies of #C00432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00432

Black with #C00432

Text Example


Text Example

White with #C00432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00432; }

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

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

background-color css

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

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

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

border-color css

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

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

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