Html Css Color HEX #A3421B Rock Spray

📋 copy color: '#A3421B'

red 163 ◦ green 66 ◦ blue 27

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

Shades of Rock Spray #A3421B

Tints of Rock Spray #A3421B

RGB

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

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

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

R = 63.67%
G = 25.78%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3421B (or 0xA3421B) is known color: Rock Spray. HEX triplet: A3, 42 and 1B. RGB value is (163,66,27). Sum of RGB (Red+Green+Blue) = 163+66+27=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3421B is #5CBDE4. Grayscale: #5A5A5A. Windows color (decimal): -6077925 or 1786531. OLE color: 1786531.

HSL color Cylindrical-coordinate representation of color #A3421B: hue angle of 17.21º 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 #A3421B is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 27 -
CMYK 0 0.60 0.83 0.36
HSL 17.21º 0.72% 0.37% -
HSV(B) 17.21º 0.83% 0.64% -
XYZ 17.25 11.76 2.4 -
YUV 90.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 163 66 27 0 0.60 0.83 0.36 17.21 0.72 0.37
Hex A3 42 1B 0 3C 53 24 11 48 25
Octal 243 102 33 0 74 123 44 21 110 45
Binary 10100011 1000010 11011 0 111100 1010011 100100 10001 1001000 100101

Color Harmonies of #A3421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3421B

Black with #A3421B

Text Example


Text Example

White with #A3421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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