Html Css Color HEX #C00836 Cardinal

📋 copy color: '#C00836'

red 192 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #C00836

Tints of Cardinal #C00836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.26%

R = 75.59%
G = 3.15%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C00836 (or 0xC00836) is known color: Cardinal. HEX triplet: C0, 08 and 36. RGB value is (192,8,54). Sum of RGB (Red+Green+Blue) = 192+8+54=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C00836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00836 is #3FF7C9. Grayscale: #444444. Windows color (decimal): -4192202 or 3541184. OLE color: 3541184.

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

Color convert

RGB 192 8 54 -
CMYK 0 0.96 0.72 0.25
HSL 345º 0.92% 0.39% -
HSV(B) 345º 0.96% 0.75% -
XYZ 22.49 11.65 4.55 -
YUV 68.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 192 8 54 0 0.96 0.72 0.25 345 0.92 0.39
Hex C0 8 36 0 60 48 19 159 5C 27
Octal 300 10 66 0 140 110 31 531 134 47
Binary 11000000 1000 110110 0 1100000 1001000 11001 101011001 1011100 100111

Color Harmonies of #C00836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00836

Black with #C00836

Text Example


Text Example

White with #C00836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00836; }

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

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

background-color css

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

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

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

border-color css

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

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

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