Html Css Color HEX #A4011F Carmine

📋 copy color: '#A4011F'

red 164 ◦ green 1 ◦ blue 31

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

Shades of Carmine #A4011F

Tints of Carmine #A4011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 31 (12.5% from 255) = 15.82%

R = 83.67%
G = 0.51%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4011F (or 0xA4011F) is known color: Carmine. HEX triplet: A4, 01 and 1F. RGB value is (164,1,31). Sum of RGB (Red+Green+Blue) = 164+1+31=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A4011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4011F is #5BFEE0. Grayscale: #353535. Windows color (decimal): -6029025 or 2032036. OLE color: 2032036.

HSL color Cylindrical-coordinate representation of color #A4011F: hue angle of 348.96º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4011F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 1 31 -
CMYK 0 0.99 0.81 0.36
HSL 348.96º 0.99% 0.32% -
HSV(B) 348.96º 0.99% 0.64% -
XYZ 15.57 8.01 2.02 -
YUV 53.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 164 1 31 0 0.99 0.81 0.36 348.96 0.99 0.32
Hex A4 1 1F 0 63 51 24 15D 63 20
Octal 244 1 37 0 143 121 44 535 143 40
Binary 10100100 1 11111 0 1100011 1010001 100100 101011101 1100011 100000

Color Harmonies of #A4011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4011F

Black with #A4011F

Text Example


Text Example

White with #A4011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4011F; }

 p { color: rgb(164,1,31); }

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

background-color css

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

 a { background-color: rgb(164,1,31); }

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

border-color css

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

 span { border-color: rgb(164,1,31); }

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