Html Css Color HEX #A4031F Carmine

📋 copy color: '#A4031F'

red 164 ◦ green 3 ◦ blue 31

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

Shades of Carmine #A4031F

Tints of Carmine #A4031F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 82.83%
G = 1.52%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4031F (or 0xA4031F) is known color: Carmine. HEX triplet: A4, 03 and 1F. RGB value is (164,3,31). Sum of RGB (Red+Green+Blue) = 164+3+31=198 (26% of max value = 765). Red value is 164 (64.45% from 255 or 82.83% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 164 - color contains mainly: red. Hex color #A4031F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4031F is #5BFCE0. Grayscale: #363636. Windows color (decimal): -6028513 or 2032548. OLE color: 2032548.

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

Color convert

RGB 164 3 31 -
CMYK 0 0.98 0.81 0.36
HSL 349.57º 0.96% 0.33% -
HSV(B) 349.57º 0.98% 0.64% -
XYZ 15.59 8.06 2.03 -
YUV 54.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 164 3 31 0 0.98 0.81 0.36 349.57 0.96 0.33
Hex A4 3 1F 0 62 51 24 15E 60 21
Octal 244 3 37 0 142 121 44 536 140 41
Binary 10100100 11 11111 0 1100010 1010001 100100 101011110 1100000 100001

Color Harmonies of #A4031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4031F

Black with #A4031F

Text Example


Text Example

White with #A4031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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