Html Css Color HEX #A61A3B Cardinal

📋 copy color: '#A61A3B'

red 166 ◦ green 26 ◦ blue 59

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

Shades of Cardinal #A61A3B

Tints of Cardinal #A61A3B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 66.14%
G = 10.36%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A61A3B (or 0xA61A3B) is known color: Cardinal. HEX triplet: A6, 1A and 3B. RGB value is (166,26,59). Sum of RGB (Red+Green+Blue) = 166+26+59=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A3B is #59E5C4. Grayscale: #474747. Windows color (decimal): -5891525 or 3873446. OLE color: 3873446.

HSL color Cylindrical-coordinate representation of color #A61A3B: hue angle of 345.86º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A3B is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 26 59 -
CMYK 0 0.84 0.64 0.35
HSL 345.86º 0.73% 0.38% -
HSV(B) 345.86º 0.84% 0.65% -
XYZ 16.88 9.16 5.02 -
YUV 71.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 166 26 59 0 0.84 0.64 0.35 345.86 0.73 0.38
Hex A6 1A 3B 0 54 40 23 15A 49 26
Octal 246 32 73 0 124 100 43 532 111 46
Binary 10100110 11010 111011 0 1010100 1000000 100011 101011010 1001001 100110

Color Harmonies of #A61A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A3B

Black with #A61A3B

Text Example


Text Example

White with #A61A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A3B; }

 p { color: rgb(166,26,59); }

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

background-color css

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

 a { background-color: rgb(166,26,59); }

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

border-color css

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

 span { border-color: rgb(166,26,59); }

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