Html Css Color HEX #C10836 Cardinal

📋 copy color: '#C10836'

red 193 ◦ green 8 ◦ blue 54

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

Shades of Cardinal #C10836

Tints of Cardinal #C10836

RGB

 RED value IS 193 (75.78% from 255) = 75.69%

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

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

R = 75.69%
G = 3.14%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C10836 (or 0xC10836) is known color: Cardinal. HEX triplet: C1, 08 and 36. RGB value is (193,8,54). Sum of RGB (Red+Green+Blue) = 193+8+54=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C10836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10836 is #3EF7C9. Grayscale: #444444. Windows color (decimal): -4126666 or 3541185. OLE color: 3541185.

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

Color convert

RGB 193 8 54 -
CMYK 0 0.96 0.72 0.24
HSL 345.08º 0.92% 0.39% -
HSV(B) 345.08º 0.96% 0.76% -
XYZ 22.75 11.78 4.56 -
YUV 68.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 193 8 54 0 0.96 0.72 0.24 345.08 0.92 0.39
Hex C1 8 36 0 60 48 18 159 5C 27
Octal 301 10 66 0 140 110 30 531 134 47
Binary 11000001 1000 110110 0 1100000 1001000 11000 101011001 1011100 100111

Color Harmonies of #C10836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10836

Black with #C10836

Text Example


Text Example

White with #C10836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10836; }

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

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

background-color css

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

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

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

border-color css

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

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

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