Html Css Color HEX #A60F3A Cardinal

📋 copy color: '#A60F3A'

red 166 ◦ green 15 ◦ blue 58

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

Shades of Cardinal #A60F3A

Tints of Cardinal #A60F3A

RGB

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

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

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

R = 69.46%
G = 6.28%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A60F3A (or 0xA60F3A) is known color: Cardinal. HEX triplet: A6, 0F and 3A. RGB value is (166,15,58). Sum of RGB (Red+Green+Blue) = 166+15+58=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60F3A is #59F0C5. Grayscale: #414141. Windows color (decimal): -5894342 or 3805094. OLE color: 3805094.

HSL color Cylindrical-coordinate representation of color #A60F3A: hue angle of 342.91º 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 #A60F3A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 15 58 -
CMYK 0 0.91 0.65 0.35
HSL 342.91º 0.83% 0.35% -
HSV(B) 342.91º 0.91% 0.65% -
XYZ 16.66 8.75 4.81 -
YUV 65.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 166 15 58 0 0.91 0.65 0.35 342.91 0.83 0.35
Hex A6 F 3A 0 5B 41 23 157 53 23
Octal 246 17 72 0 133 101 43 527 123 43
Binary 10100110 1111 111010 0 1011011 1000001 100011 101010111 1010011 100011

Color Harmonies of #A60F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60F3A

Black with #A60F3A

Text Example


Text Example

White with #A60F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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