Html Css Color HEX #A6153A Cardinal

📋 copy color: '#A6153A'

red 166 ◦ green 21 ◦ blue 58

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

Shades of Cardinal #A6153A

Tints of Cardinal #A6153A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 67.76%
G = 8.57%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6153A (or 0xA6153A) is known color: Cardinal. HEX triplet: A6, 15 and 3A. RGB value is (166,21,58). Sum of RGB (Red+Green+Blue) = 166+21+58=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6153A is #59EAC5. Grayscale: #444444. Windows color (decimal): -5892806 or 3806630. OLE color: 3806630.

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

Color convert

RGB 166 21 58 -
CMYK 0 0.87 0.65 0.35
HSL 344.69º 0.78% 0.37% -
HSV(B) 344.69º 0.87% 0.65% -
XYZ 16.76 8.95 4.85 -
YUV 68.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 166 21 58 0 0.87 0.65 0.35 344.69 0.78 0.37
Hex A6 15 3A 0 57 41 23 159 4E 25
Octal 246 25 72 0 127 101 43 531 116 45
Binary 10100110 10101 111010 0 1010111 1000001 100011 101011001 1001110 100101

Color Harmonies of #A6153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6153A

Black with #A6153A

Text Example


Text Example

White with #A6153A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6153A; }

 p { color: rgb(166,21,58); }

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

background-color css

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

 a { background-color: rgb(166,21,58); }

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

border-color css

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

 span { border-color: rgb(166,21,58); }

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