Html Css Color HEX #AC381F Rock Spray

📋 copy color: '#AC381F'

red 172 ◦ green 56 ◦ blue 31

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

Shades of Rock Spray #AC381F

Tints of Rock Spray #AC381F

RGB

 RED value IS 172 (67.58% from 255) = 66.41%

 GREEN value IS 56 (22.27% from 255) = 21.62%

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 66.41%
G = 21.62%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC381F (or 0xAC381F) is known color: Rock Spray. HEX triplet: AC, 38 and 1F. RGB value is (172,56,31). Sum of RGB (Red+Green+Blue) = 172+56+31=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC381F is #53C7E0. Grayscale: #585858. Windows color (decimal): -5490657 or 2046124. OLE color: 2046124.

HSL color Cylindrical-coordinate representation of color #AC381F: hue angle of 10.64º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC381F is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 56 31 -
CMYK 0 0.67 0.82 0.33
HSL 10.64º 0.69% 0.4% -
HSV(B) 10.64º 0.82% 0.67% -
XYZ 18.67 11.7 2.57 -
YUV 87.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 172 56 31 0 0.67 0.82 0.33 10.64 0.69 0.4
Hex AC 38 1F 0 43 52 21 B 45 28
Octal 254 70 37 0 103 122 41 13 105 50
Binary 10101100 111000 11111 0 1000011 1010010 100001 1011 1000101 101000

Color Harmonies of #AC381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC381F

Black with #AC381F

Text Example


Text Example

White with #AC381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC381F; }

 p { color: rgb(172,56,31); }

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

background-color css

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

 a { background-color: rgb(172,56,31); }

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

border-color css

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

 span { border-color: rgb(172,56,31); }

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