Html Css Color HEX #A61435 Cardinal

📋 copy color: '#A61435'

red 166 ◦ green 20 ◦ blue 53

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

Shades of Cardinal #A61435

Tints of Cardinal #A61435

RGB

 RED value IS 166 (65.23% from 255) = 69.46%

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 69.46%
G = 8.37%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A61435 (or 0xA61435) is known color: Cardinal. HEX triplet: A6, 14 and 35. RGB value is (166,20,53). Sum of RGB (Red+Green+Blue) = 166+20+53=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A61435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61435 is #59EBCA. Grayscale: #434343. Windows color (decimal): -5893067 or 3478694. OLE color: 3478694.

HSL color Cylindrical-coordinate representation of color #A61435: hue angle of 346.44º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61435 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 20 53 -
CMYK 0 0.88 0.68 0.35
HSL 346.44º 0.78% 0.36% -
HSV(B) 346.44º 0.88% 0.65% -
XYZ 16.62 8.86 4.2 -
YUV 67.42 119.87 198.32 -
System Red Green Blue C M Y K H S L
Decimal 166 20 53 0 0.88 0.68 0.35 346.44 0.78 0.36
Hex A6 14 35 0 58 44 23 15A 4E 24
Octal 246 24 65 0 130 104 43 532 116 44
Binary 10100110 10100 110101 0 1011000 1000100 100011 101011010 1001110 100100

Color Harmonies of #A61435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61435

Black with #A61435

Text Example


Text Example

White with #A61435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61435; }

 p { color: rgb(166,20,53); }

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

background-color css

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

 a { background-color: rgb(166,20,53); }

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

border-color css

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

 span { border-color: rgb(166,20,53); }

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