Html Css Color HEX #A83B28 Rock Spray

📋 copy color: '#A83B28'

red 168 ◦ green 59 ◦ blue 40

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

Shades of Rock Spray #A83B28

Tints of Rock Spray #A83B28

RGB

 RED value IS 168 (66.02% from 255) = 62.92%

 GREEN value IS 59 (23.44% from 255) = 22.1%

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 62.92%
G = 22.1%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A83B28 (or 0xA83B28) is known color: Rock Spray. HEX triplet: A8, 3B and 28. RGB value is (168,59,40). Sum of RGB (Red+Green+Blue) = 168+59+40=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A83B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83B28 is #57C4D7. Grayscale: #595959. Windows color (decimal): -5752024 or 2636712. OLE color: 2636712.

HSL color Cylindrical-coordinate representation of color #A83B28: hue angle of 8.91º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A83B28 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 59 40 -
CMYK 0 0.65 0.76 0.34
HSL 8.91º 0.62% 0.41% -
HSV(B) 8.91º 0.76% 0.66% -
XYZ 18.1 11.61 3.29 -
YUV 89.43 100.11 184.04 -
System Red Green Blue C M Y K H S L
Decimal 168 59 40 0 0.65 0.76 0.34 8.91 0.62 0.41
Hex A8 3B 28 0 41 4C 22 9 3E 29
Octal 250 73 50 0 101 114 42 11 76 51
Binary 10101000 111011 101000 0 1000001 1001100 100010 1001 111110 101001

Color Harmonies of #A83B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83B28

Black with #A83B28

Text Example


Text Example

White with #A83B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83B28; }

 p { color: rgb(168,59,40); }

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

background-color css

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

 a { background-color: rgb(168,59,40); }

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

border-color css

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

 span { border-color: rgb(168,59,40); }

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