Html Css Color HEX #A30F22 Carmine

📋 copy color: '#A30F22'

red 163 ◦ green 15 ◦ blue 34

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

Shades of Carmine #A30F22

Tints of Carmine #A30F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 16.04%

R = 76.89%
G = 7.08%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A30F22 (or 0xA30F22) is known color: Carmine. HEX triplet: A3, 0F and 22. RGB value is (163,15,34). Sum of RGB (Red+Green+Blue) = 163+15+34=212 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.89% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30F22 is #5CF0DD. Grayscale: #3D3D3D. Windows color (decimal): -6090974 or 2232227. OLE color: 2232227.

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

Color convert

RGB 163 15 34 -
CMYK 0 0.91 0.79 0.36
HSL 352.3º 0.83% 0.35% -
HSV(B) 352.3º 0.91% 0.64% -
XYZ 15.56 8.24 2.28 -
YUV 61.42 112.53 200.46 -
System Red Green Blue C M Y K H S L
Decimal 163 15 34 0 0.91 0.79 0.36 352.3 0.83 0.35
Hex A3 F 22 0 5B 4F 24 160 53 23
Octal 243 17 42 0 133 117 44 540 123 43
Binary 10100011 1111 100010 0 1011011 1001111 100100 101100000 1010011 100011

Color Harmonies of #A30F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F22

Black with #A30F22

Text Example


Text Example

White with #A30F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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