Html Css Color HEX #A4030F Carmine

📋 copy color: '#A4030F'

red 164 ◦ green 3 ◦ blue 15

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

Shades of Carmine #A4030F

Tints of Carmine #A4030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 90.11%
G = 1.65%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4030F (or 0xA4030F) is known color: Carmine. HEX triplet: A4, 03 and 0F. RGB value is (164,3,15). Sum of RGB (Red+Green+Blue) = 164+3+15=182 (24% of max value = 765). Red value is 164 (64.45% from 255 or 90.11% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030F is #5BFCF0. Grayscale: #343434. Windows color (decimal): -6028529 or 983972. OLE color: 983972.

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

Color convert

RGB 164 3 15 -
CMYK 0 0.98 0.91 0.36
HSL 355.53º 0.96% 0.33% -
HSV(B) 355.53º 0.98% 0.64% -
XYZ 15.43 7.99 1.18 -
YUV 52.51 106.84 207.52 -
System Red Green Blue C M Y K H S L
Decimal 164 3 15 0 0.98 0.91 0.36 355.53 0.96 0.33
Hex A4 3 F 0 62 5B 24 164 60 21
Octal 244 3 17 0 142 133 44 544 140 41
Binary 10100100 11 1111 0 1100010 1011011 100100 101100100 1100000 100001

Color Harmonies of #A4030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4030F

Black with #A4030F

Text Example


Text Example

White with #A4030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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