Html Css Color HEX #C10845 Cardinal

📋 copy color: '#C10845'

red 193 ◦ green 8 ◦ blue 69

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

Shades of Cardinal #C10845

Tints of Cardinal #C10845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 71.48%
G = 2.96%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C10845 (or 0xC10845) is known color: Cardinal. HEX triplet: C1, 08 and 45. RGB value is (193,8,69). Sum of RGB (Red+Green+Blue) = 193+8+69=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C10845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10845 is #3EF7BA. Grayscale: #464646. Windows color (decimal): -4126651 or 4524225. OLE color: 4524225.

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

Color convert

RGB 193 8 69 -
CMYK 0 0.96 0.64 0.24
HSL 340.22º 0.92% 0.39% -
HSV(B) 340.22º 0.96% 0.76% -
XYZ 23.15 11.94 6.71 -
YUV 70.27 127.29 215.54 -
System Red Green Blue C M Y K H S L
Decimal 193 8 69 0 0.96 0.64 0.24 340.22 0.92 0.39
Hex C1 8 45 0 60 40 18 154 5C 27
Octal 301 10 105 0 140 100 30 524 134 47
Binary 11000001 1000 1000101 0 1100000 1000000 11000 101010100 1011100 100111

Color Harmonies of #C10845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10845

Black with #C10845

Text Example


Text Example

White with #C10845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10845; }

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

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

background-color css

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

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

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

border-color css

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

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

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