Html Css Color HEX #C02934 Cardinal

📋 copy color: '#C02934'

red 192 ◦ green 41 ◦ blue 52

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

Shades of Cardinal #C02934

Tints of Cardinal #C02934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 67.37%
G = 14.39%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C02934 (or 0xC02934) is known color: Cardinal. HEX triplet: C0, 29 and 34. RGB value is (192,41,52). Sum of RGB (Red+Green+Blue) = 192+41+52=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C02934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02934 is #3FD6CB. Grayscale: #575757. Windows color (decimal): -4183756 or 3418560. OLE color: 3418560.

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

Color convert

RGB 192 41 52 -
CMYK 0 0.79 0.73 0.25
HSL 355.63º 0.65% 0.46% -
HSV(B) 355.63º 0.79% 0.75% -
XYZ 23.15 13.04 4.55 -
YUV 87.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 192 41 52 0 0.79 0.73 0.25 355.63 0.65 0.46
Hex C0 29 34 0 4F 49 19 164 41 2E
Octal 300 51 64 0 117 111 31 544 101 56
Binary 11000000 101001 110100 0 1001111 1001001 11001 101100100 1000001 101110

Color Harmonies of #C02934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02934

Black with #C02934

Text Example


Text Example

White with #C02934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02934; }

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

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

background-color css

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

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

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

border-color css

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

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

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