Html Css Color HEX #A3371B Rock Spray

📋 copy color: '#A3371B'

red 163 ◦ green 55 ◦ blue 27

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

Shades of Rock Spray #A3371B

Tints of Rock Spray #A3371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 66.53%
G = 22.45%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3371B (or 0xA3371B) is known color: Rock Spray. HEX triplet: A3, 37 and 1B. RGB value is (163,55,27). Sum of RGB (Red+Green+Blue) = 163+55+27=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3371B is #5CC8E4. Grayscale: #545454. Windows color (decimal): -6080741 or 1783715. OLE color: 1783715.

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

Color convert

RGB 163 55 27 -
CMYK 0 0.66 0.83 0.36
HSL 12.35º 0.72% 0.37% -
HSV(B) 12.35º 0.83% 0.64% -
XYZ 16.67 10.6 2.2 -
YUV 84.1 95.78 184.28 -
System Red Green Blue C M Y K H S L
Decimal 163 55 27 0 0.66 0.83 0.36 12.35 0.72 0.37
Hex A3 37 1B 0 42 53 24 C 48 25
Octal 243 67 33 0 102 123 44 14 110 45
Binary 10100011 110111 11011 0 1000010 1010011 100100 1100 1001000 100101

Color Harmonies of #A3371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3371B

Black with #A3371B

Text Example


Text Example

White with #A3371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3371B; }

 p { color: rgb(163,55,27); }

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

background-color css

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

 a { background-color: rgb(163,55,27); }

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

border-color css

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

 span { border-color: rgb(163,55,27); }

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