Html Css Color HEX #A33F30 Rock Spray

📋 copy color: '#A33F30'

red 163 ◦ green 63 ◦ blue 48

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

Shades of Rock Spray #A33F30

Tints of Rock Spray #A33F30

RGB

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

 GREEN value IS 63 (25% from 255) = 22.99%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 59.49%
G = 22.99%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A33F30 (or 0xA33F30) is known color: Rock Spray. HEX triplet: A3, 3F and 30. RGB value is (163,63,48). Sum of RGB (Red+Green+Blue) = 163+63+48=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33F30 is #5CC0CF. Grayscale: #5B5B5B. Windows color (decimal): -6078672 or 3162019. OLE color: 3162019.

HSL color Cylindrical-coordinate representation of color #A33F30: hue angle of 7.83º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33F30 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 63 48 -
CMYK 0 0.61 0.71 0.36
HSL 7.83º 0.55% 0.41% -
HSV(B) 7.83º 0.71% 0.64% -
XYZ 17.42 11.55 4.11 -
YUV 91.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 163 63 48 0 0.61 0.71 0.36 7.83 0.55 0.41
Hex A3 3F 30 0 3D 47 24 8 37 29
Octal 243 77 60 0 75 107 44 10 67 51
Binary 10100011 111111 110000 0 111101 1000111 100100 1000 110111 101001

Color Harmonies of #A33F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33F30

Black with #A33F30

Text Example


Text Example

White with #A33F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33F30; }

 p { color: rgb(163,63,48); }

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

background-color css

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

 a { background-color: rgb(163,63,48); }

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

border-color css

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

 span { border-color: rgb(163,63,48); }

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