Html Css Color HEX #C10832 Cardinal

📋 copy color: '#C10832'

red 193 ◦ green 8 ◦ blue 50

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

Shades of Cardinal #C10832

Tints of Cardinal #C10832

RGB

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

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

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

R = 76.89%
G = 3.19%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10832 (or 0xC10832) is known color: Cardinal. HEX triplet: C1, 08 and 32. RGB value is (193,8,50). Sum of RGB (Red+Green+Blue) = 193+8+50=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C10832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10832 is #3EF7CD. Grayscale: #444444. Windows color (decimal): -4126670 or 3279041. OLE color: 3279041.

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

Color convert

RGB 193 8 50 -
CMYK 0 0.96 0.74 0.24
HSL 346.38º 0.92% 0.39% -
HSV(B) 346.38º 0.96% 0.76% -
XYZ 22.65 11.74 4.09 -
YUV 68.1 117.79 217.08 -
System Red Green Blue C M Y K H S L
Decimal 193 8 50 0 0.96 0.74 0.24 346.38 0.92 0.39
Hex C1 8 32 0 60 4A 18 15A 5C 27
Octal 301 10 62 0 140 112 30 532 134 47
Binary 11000001 1000 110010 0 1100000 1001010 11000 101011010 1011100 100111

Color Harmonies of #C10832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10832

Black with #C10832

Text Example


Text Example

White with #C10832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10832; }

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

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

background-color css

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

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

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

border-color css

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

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

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