Html Css Color HEX #A70F39 Cardinal

📋 copy color: '#A70F39'

red 167 ◦ green 15 ◦ blue 57

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

Shades of Cardinal #A70F39

Tints of Cardinal #A70F39

RGB

 RED value IS 167 (65.63% from 255) = 69.87%

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

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 69.87%
G = 6.28%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A70F39 (or 0xA70F39) is known color: Cardinal. HEX triplet: A7, 0F and 39. RGB value is (167,15,57). Sum of RGB (Red+Green+Blue) = 167+15+57=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F39 is #58F0C6. Grayscale: #414141. Windows color (decimal): -5828807 or 3739559. OLE color: 3739559.

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

Color convert

RGB 167 15 57 -
CMYK 0 0.91 0.66 0.35
HSL 343.42º 0.84% 0.36% -
HSV(B) 343.42º 0.91% 0.65% -
XYZ 16.85 8.85 4.69 -
YUV 65.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 167 15 57 0 0.91 0.66 0.35 343.42 0.84 0.36
Hex A7 F 39 0 5B 42 23 157 54 24
Octal 247 17 71 0 133 102 43 527 124 44
Binary 10100111 1111 111001 0 1011011 1000010 100011 101010111 1010100 100100

Color Harmonies of #A70F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F39

Black with #A70F39

Text Example


Text Example

White with #A70F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F39; }

 p { color: rgb(167,15,57); }

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

background-color css

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

 a { background-color: rgb(167,15,57); }

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

border-color css

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

 span { border-color: rgb(167,15,57); }

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