Html Css Color HEX #A61335 Cardinal

📋 copy color: '#A61335'

red 166 ◦ green 19 ◦ blue 53

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

Shades of Cardinal #A61335

Tints of Cardinal #A61335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 69.75%
G = 7.98%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A61335 (or 0xA61335) is known color: Cardinal. HEX triplet: A6, 13 and 35. RGB value is (166,19,53). Sum of RGB (Red+Green+Blue) = 166+19+53=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A61335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61335 is #59ECCA. Grayscale: #424242. Windows color (decimal): -5893323 or 3478438. OLE color: 3478438.

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

Color convert

RGB 166 19 53 -
CMYK 0 0.89 0.68 0.35
HSL 346.12º 0.79% 0.36% -
HSV(B) 346.12º 0.89% 0.65% -
XYZ 16.6 8.83 4.2 -
YUV 66.83 120.2 198.74 -
System Red Green Blue C M Y K H S L
Decimal 166 19 53 0 0.89 0.68 0.35 346.12 0.79 0.36
Hex A6 13 35 0 59 44 23 15A 4F 24
Octal 246 23 65 0 131 104 43 532 117 44
Binary 10100110 10011 110101 0 1011001 1000100 100011 101011010 1001111 100100

Color Harmonies of #A61335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61335

Black with #A61335

Text Example


Text Example

White with #A61335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61335; }

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

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

background-color css

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

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

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

border-color css

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

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

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