Html Css Color HEX #A33F2E Rock Spray

📋 copy color: '#A33F2E'

red 163 ◦ green 63 ◦ blue 46

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

Shades of Rock Spray #A33F2E

Tints of Rock Spray #A33F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 59.93%
G = 23.16%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A33F2E (or 0xA33F2E) is known color: Rock Spray. HEX triplet: A3, 3F and 2E. RGB value is (163,63,46). Sum of RGB (Red+Green+Blue) = 163+63+46=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F2E is #5CC0D1. Grayscale: #5B5B5B. Windows color (decimal): -6078674 or 3030947. OLE color: 3030947.

HSL color Cylindrical-coordinate representation of color #A33F2E: hue angle of 8.72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A33F2E is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 63 46 -
CMYK 0 0.61 0.72 0.36
HSL 8.72º 0.56% 0.41% -
HSV(B) 8.72º 0.72% 0.64% -
XYZ 17.37 11.54 3.9 -
YUV 90.96 102.63 179.38 -
System Red Green Blue C M Y K H S L
Decimal 163 63 46 0 0.61 0.72 0.36 8.72 0.56 0.41
Hex A3 3F 2E 0 3D 48 24 9 38 29
Octal 243 77 56 0 75 110 44 11 70 51
Binary 10100011 111111 101110 0 111101 1001000 100100 1001 111000 101001

Color Harmonies of #A33F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F2E

Black with #A33F2E

Text Example


Text Example

White with #A33F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F2E; }

 p { color: rgb(163,63,46); }

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

background-color css

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

 a { background-color: rgb(163,63,46); }

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

border-color css

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

 span { border-color: rgb(163,63,46); }

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