Html Css Color HEX #A60F3E Cardinal

📋 copy color: '#A60F3E'

red 166 ◦ green 15 ◦ blue 62

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

Shades of Cardinal #A60F3E

Tints of Cardinal #A60F3E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 68.31%
G = 6.17%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A60F3E (or 0xA60F3E) is known color: Cardinal. HEX triplet: A6, 0F and 3E. RGB value is (166,15,62). Sum of RGB (Red+Green+Blue) = 166+15+62=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3E is #59F0C1. Grayscale: #414141. Windows color (decimal): -5894338 or 4067238. OLE color: 4067238.

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

Color convert

RGB 166 15 62 -
CMYK 0 0.91 0.63 0.35
HSL 341.32º 0.83% 0.35% -
HSV(B) 341.32º 0.91% 0.65% -
XYZ 16.77 8.8 5.37 -
YUV 65.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 166 15 62 0 0.91 0.63 0.35 341.32 0.83 0.35
Hex A6 F 3E 0 5B 3F 23 155 53 23
Octal 246 17 76 0 133 77 43 525 123 43
Binary 10100110 1111 111110 0 1011011 111111 100011 101010101 1010011 100011

Color Harmonies of #A60F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F3E

Black with #A60F3E

Text Example


Text Example

White with #A60F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F3E; }

 p { color: rgb(166,15,62); }

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

background-color css

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

 a { background-color: rgb(166,15,62); }

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

border-color css

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

 span { border-color: rgb(166,15,62); }

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