Html Css Color HEX #A3030F Carmine

📋 copy color: '#A3030F'

red 163 ◦ green 3 ◦ blue 15

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

Shades of Carmine #A3030F

Tints of Carmine #A3030F

RGB

 RED value IS 163 (64.06% from 255) = 90.06%

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

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

R = 90.06%
G = 1.66%
B = 8.29%

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

#A3030F (or 0xA3030F) is known color: Carmine. HEX triplet: A3, 03 and 0F. RGB value is (163,3,15). Sum of RGB (Red+Green+Blue) = 163+3+15=181 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.06% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 163 - color contains mainly: red. Hex color #A3030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3030F is #5CFCF0. Grayscale: #343434. Windows color (decimal): -6094065 or 983971. OLE color: 983971.

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

Color convert

RGB 163 3 15 -
CMYK 0 0.98 0.91 0.36
HSL 355.5º 0.96% 0.33% -
HSV(B) 355.5º 0.98% 0.64% -
XYZ 15.22 7.89 1.17 -
YUV 52.21 107.01 207.02 -
System Red Green Blue C M Y K H S L
Decimal 163 3 15 0 0.98 0.91 0.36 355.5 0.96 0.33
Hex A3 3 F 0 62 5B 24 164 60 21
Octal 243 3 17 0 142 133 44 544 140 41
Binary 10100011 11 1111 0 1100010 1011011 100100 101100100 1100000 100001

Color Harmonies of #A3030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3030F

Black with #A3030F

Text Example


Text Example

White with #A3030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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