Html Css Color HEX #A5381F Rock Spray

📋 copy color: '#A5381F'

red 165 ◦ green 56 ◦ blue 31

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

Shades of Rock Spray #A5381F

Tints of Rock Spray #A5381F

RGB

 RED value IS 165 (64.84% from 255) = 65.48%

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

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

R = 65.48%
G = 22.22%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5381F (or 0xA5381F) is known color: Rock Spray. HEX triplet: A5, 38 and 1F. RGB value is (165,56,31). Sum of RGB (Red+Green+Blue) = 165+56+31=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A5381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5381F is #5AC7E0. Grayscale: #555555. Windows color (decimal): -5949409 or 2046117. OLE color: 2046117.

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

Color convert

RGB 165 56 31 -
CMYK 0 0.66 0.81 0.35
HSL 11.19º 0.68% 0.38% -
HSV(B) 11.19º 0.81% 0.65% -
XYZ 17.18 10.93 2.5 -
YUV 85.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 165 56 31 0 0.66 0.81 0.35 11.19 0.68 0.38
Hex A5 38 1F 0 42 51 23 B 44 26
Octal 245 70 37 0 102 121 43 13 104 46
Binary 10100101 111000 11111 0 1000010 1010001 100011 1011 1000100 100110

Color Harmonies of #A5381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5381F

Black with #A5381F

Text Example


Text Example

White with #A5381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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