Html Css Color HEX #C02732 Cardinal

📋 copy color: '#C02732'

red 192 ◦ green 39 ◦ blue 50

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

Shades of Cardinal #C02732

Tints of Cardinal #C02732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 68.33%
G = 13.88%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C02732 (or 0xC02732) is known color: Cardinal. HEX triplet: C0, 27 and 32. RGB value is (192,39,50). Sum of RGB (Red+Green+Blue) = 192+39+50=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C02732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02732 is #3FD8CD. Grayscale: #565656. Windows color (decimal): -4184270 or 3286976. OLE color: 3286976.

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

Color convert

RGB 192 39 50 -
CMYK 0 0.80 0.74 0.25
HSL 355.69º 0.66% 0.45% -
HSV(B) 355.69º 0.8% 0.75% -
XYZ 23.04 12.89 4.29 -
YUV 86 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 192 39 50 0 0.80 0.74 0.25 355.69 0.66 0.45
Hex C0 27 32 0 50 4A 19 164 42 2D
Octal 300 47 62 0 120 112 31 544 102 55
Binary 11000000 100111 110010 0 1010000 1001010 11001 101100100 1000010 101101

Color Harmonies of #C02732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02732

Black with #C02732

Text Example


Text Example

White with #C02732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02732; }

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

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

background-color css

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

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

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

border-color css

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

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

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