Html Css Color HEX #A1421B Rock Spray

📋 copy color: '#A1421B'

red 161 ◦ green 66 ◦ blue 27

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

Shades of Rock Spray #A1421B

Tints of Rock Spray #A1421B

RGB

 RED value IS 161 (63.28% from 255) = 63.39%

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 63.39%
G = 25.98%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1421B (or 0xA1421B) is known color: Rock Spray. HEX triplet: A1, 42 and 1B. RGB value is (161,66,27). Sum of RGB (Red+Green+Blue) = 161+66+27=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1421B is #5EBDE4. Grayscale: #5A5A5A. Windows color (decimal): -6208997 or 1786529. OLE color: 1786529.

HSL color Cylindrical-coordinate representation of color #A1421B: hue angle of 17.46º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1421B is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 66 27 -
CMYK 0 0.59 0.83 0.37
HSL 17.46º 0.71% 0.37% -
HSV(B) 17.46º 0.83% 0.63% -
XYZ 16.84 11.55 2.38 -
YUV 89.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 161 66 27 0 0.59 0.83 0.37 17.46 0.71 0.37
Hex A1 42 1B 0 3B 53 25 11 47 25
Octal 241 102 33 0 73 123 45 21 107 45
Binary 10100001 1000010 11011 0 111011 1010011 100101 10001 1000111 100101

Color Harmonies of #A1421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1421B

Black with #A1421B

Text Example


Text Example

White with #A1421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1421B; }

 p { color: rgb(161,66,27); }

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

background-color css

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

 a { background-color: rgb(161,66,27); }

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

border-color css

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

 span { border-color: rgb(161,66,27); }

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