Html Css Color HEX #C00834 Cardinal

📋 copy color: '#C00834'

red 192 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #C00834

Tints of Cardinal #C00834

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 76.19%
G = 3.17%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C00834 (or 0xC00834) is known color: Cardinal. HEX triplet: C0, 08 and 34. RGB value is (192,8,52). Sum of RGB (Red+Green+Blue) = 192+8+52=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C00834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00834 is #3FF7CB. Grayscale: #444444. Windows color (decimal): -4192204 or 3410112. OLE color: 3410112.

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

Color convert

RGB 192 8 52 -
CMYK 0 0.96 0.73 0.25
HSL 345.65º 0.92% 0.39% -
HSV(B) 345.65º 0.96% 0.75% -
XYZ 22.44 11.63 4.31 -
YUV 68.03 118.96 216.42 -
System Red Green Blue C M Y K H S L
Decimal 192 8 52 0 0.96 0.73 0.25 345.65 0.92 0.39
Hex C0 8 34 0 60 49 19 15A 5C 27
Octal 300 10 64 0 140 111 31 532 134 47
Binary 11000000 1000 110100 0 1100000 1001001 11001 101011010 1011100 100111

Color Harmonies of #C00834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00834

Black with #C00834

Text Example


Text Example

White with #C00834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00834; }

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

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

background-color css

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

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

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

border-color css

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

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

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