Html Css Color HEX #A70F1B Carmine

📋 copy color: '#A70F1B'

red 167 ◦ green 15 ◦ blue 27

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

Shades of Carmine #A70F1B

Tints of Carmine #A70F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 79.9%
G = 7.18%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A70F1B (or 0xA70F1B) is known color: Carmine. HEX triplet: A7, 0F and 1B. RGB value is (167,15,27). Sum of RGB (Red+Green+Blue) = 167+15+27=209 (27% of max value = 765). Red value is 167 (65.62% from 255 or 79.90% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 167 - color contains mainly: red. Hex color #A70F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70F1B is #58F0E4. Grayscale: #3D3D3D. Windows color (decimal): -5828837 or 1773479. OLE color: 1773479.

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

Color convert

RGB 167 15 27 -
CMYK 0 0.91 0.84 0.35
HSL 355.26º 0.84% 0.36% -
HSV(B) 355.26º 0.91% 0.65% -
XYZ 16.31 8.64 1.84 -
YUV 61.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 167 15 27 0 0.91 0.84 0.35 355.26 0.84 0.36
Hex A7 F 1B 0 5B 54 23 163 54 24
Octal 247 17 33 0 133 124 43 543 124 44
Binary 10100111 1111 11011 0 1011011 1010100 100011 101100011 1010100 100100

Color Harmonies of #A70F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70F1B

Black with #A70F1B

Text Example


Text Example

White with #A70F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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