Html Css Color HEX #A40F1B Carmine

📋 copy color: '#A40F1B'

red 164 ◦ green 15 ◦ blue 27

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

Shades of Carmine #A40F1B

Tints of Carmine #A40F1B

RGB

 RED value IS 164 (64.45% from 255) = 79.61%

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

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

R = 79.61%
G = 7.28%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A40F1B (or 0xA40F1B) is known color: Carmine. HEX triplet: A4, 0F and 1B. RGB value is (164,15,27). Sum of RGB (Red+Green+Blue) = 164+15+27=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40F1B is #5BF0E4. Grayscale: #3D3D3D. Windows color (decimal): -6025445 or 1773476. OLE color: 1773476.

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

Color convert

RGB 164 15 27 -
CMYK 0 0.91 0.84 0.36
HSL 355.17º 0.83% 0.35% -
HSV(B) 355.17º 0.91% 0.64% -
XYZ 15.68 8.31 1.82 -
YUV 60.92 108.86 201.52 -
System Red Green Blue C M Y K H S L
Decimal 164 15 27 0 0.91 0.84 0.36 355.17 0.83 0.35
Hex A4 F 1B 0 5B 54 24 163 53 23
Octal 244 17 33 0 133 124 44 543 123 43
Binary 10100100 1111 11011 0 1011011 1010100 100100 101100011 1010011 100011

Color Harmonies of #A40F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F1B

Black with #A40F1B

Text Example


Text Example

White with #A40F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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