Html Css Color HEX #C00434 Cardinal

📋 copy color: '#C00434'

red 192 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #C00434

Tints of Cardinal #C00434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 77.42%
G = 1.61%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C00434 (or 0xC00434) is known color: Cardinal. HEX triplet: C0, 04 and 34. RGB value is (192,4,52). Sum of RGB (Red+Green+Blue) = 192+4+52=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00434 is #3FFBCB. Grayscale: #414141. Windows color (decimal): -4193228 or 3409088. OLE color: 3409088.

HSL color Cylindrical-coordinate representation of color #C00434: hue angle of 344.68º 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 #C00434 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 4 52 -
CMYK 0 0.98 0.73 0.25
HSL 344.68º 0.96% 0.38% -
HSV(B) 344.68º 0.98% 0.75% -
XYZ 22.4 11.54 4.3 -
YUV 65.68 120.28 218.1 -
System Red Green Blue C M Y K H S L
Decimal 192 4 52 0 0.98 0.73 0.25 344.68 0.96 0.38
Hex C0 4 34 0 62 49 19 159 60 26
Octal 300 4 64 0 142 111 31 531 140 46
Binary 11000000 100 110100 0 1100010 1001001 11001 101011001 1100000 100110

Color Harmonies of #C00434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00434

Black with #C00434

Text Example


Text Example

White with #C00434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00434; }

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

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

background-color css

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

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

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

border-color css

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

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

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