Html Css Color HEX #C02834 Cardinal

📋 copy color: '#C02834'

red 192 ◦ green 40 ◦ blue 52

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

Shades of Cardinal #C02834

Tints of Cardinal #C02834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.08%

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

R = 67.61%
G = 14.08%
B = 18.31%

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

#C02834 (or 0xC02834) is known color: Cardinal. HEX triplet: C0, 28 and 34. RGB value is (192,40,52). Sum of RGB (Red+Green+Blue) = 192+40+52=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C02834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02834 is #3FD7CB. Grayscale: #565656. Windows color (decimal): -4184012 or 3418304. OLE color: 3418304.

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

Color convert

RGB 192 40 52 -
CMYK 0 0.79 0.73 0.25
HSL 355.26º 0.66% 0.45% -
HSV(B) 355.26º 0.79% 0.75% -
XYZ 23.12 12.97 4.53 -
YUV 86.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 192 40 52 0 0.79 0.73 0.25 355.26 0.66 0.45
Hex C0 28 34 0 4F 49 19 163 42 2D
Octal 300 50 64 0 117 111 31 543 102 55
Binary 11000000 101000 110100 0 1001111 1001001 11001 101100011 1000010 101101

Color Harmonies of #C02834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02834

Black with #C02834

Text Example


Text Example

White with #C02834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02834; }

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

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

background-color css

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

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

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

border-color css

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

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

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