Html Css Color HEX #A30F17 Carmine

📋 copy color: '#A30F17'

red 163 ◦ green 15 ◦ blue 23

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

Shades of Carmine #A30F17

Tints of Carmine #A30F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.44%

R = 81.09%
G = 7.46%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A30F17 (or 0xA30F17) is known color: Carmine. HEX triplet: A3, 0F and 17. RGB value is (163,15,23). Sum of RGB (Red+Green+Blue) = 163+15+23=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30F17 is #5CF0E8. Grayscale: #3C3C3C. Windows color (decimal): -6090985 or 1511331. OLE color: 1511331.

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

Color convert

RGB 163 15 23 -
CMYK 0 0.91 0.86 0.36
HSL 356.76º 0.83% 0.35% -
HSV(B) 356.76º 0.91% 0.64% -
XYZ 15.43 8.19 1.58 -
YUV 60.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 163 15 23 0 0.91 0.86 0.36 356.76 0.83 0.35
Hex A3 F 17 0 5B 56 24 165 53 23
Octal 243 17 27 0 133 126 44 545 123 43
Binary 10100011 1111 10111 0 1011011 1010110 100100 101100101 1010011 100011

Color Harmonies of #A30F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F17

Black with #A30F17

Text Example


Text Example

White with #A30F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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