Html Css Color HEX #A7371B Rock Spray

📋 copy color: '#A7371B'

red 167 ◦ green 55 ◦ blue 27

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

Shades of Rock Spray #A7371B

Tints of Rock Spray #A7371B

RGB

 RED value IS 167 (65.63% from 255) = 67.07%

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

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

R = 67.07%
G = 22.09%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7371B (or 0xA7371B) is known color: Rock Spray. HEX triplet: A7, 37 and 1B. RGB value is (167,55,27). Sum of RGB (Red+Green+Blue) = 167+55+27=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7371B is #58C8E4. Grayscale: #555555. Windows color (decimal): -5818597 or 1783719. OLE color: 1783719.

HSL color Cylindrical-coordinate representation of color #A7371B: hue angle of 12º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7371B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 55 27 -
CMYK 0 0.67 0.84 0.35
HSL 12º 0.72% 0.38% -
HSV(B) 12º 0.84% 0.65% -
XYZ 17.5 11.03 2.24 -
YUV 85.3 95.11 186.28 -
System Red Green Blue C M Y K H S L
Decimal 167 55 27 0 0.67 0.84 0.35 12 0.72 0.38
Hex A7 37 1B 0 43 54 23 C 48 26
Octal 247 67 33 0 103 124 43 14 110 46
Binary 10100111 110111 11011 0 1000011 1010100 100011 1100 1001000 100110

Color Harmonies of #A7371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7371B

Black with #A7371B

Text Example


Text Example

White with #A7371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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