Html Css Color HEX #B33805 Rust

📋 copy color: '#B33805'

red 179 ◦ green 56 ◦ blue 5

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

Shades of Rust #B33805

Tints of Rust #B33805

RGB

 RED value IS 179 (70.31% from 255) = 74.58%

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 74.58%
G = 23.33%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33805 (or 0xB33805) is known color: Rust. HEX triplet: B3, 38 and 05. RGB value is (179,56,5). Sum of RGB (Red+Green+Blue) = 179+56+5=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B33805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33805 is #4CC7FA. Grayscale: #575757. Windows color (decimal): -5031931 or 342195. OLE color: 342195.

HSL color Cylindrical-coordinate representation of color #B33805: hue angle of 17.59º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B33805 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 5 -
CMYK 0 0.69 0.97 0.30
HSL 17.59º 0.95% 0.36% -
HSV(B) 17.59º 0.97% 0.7% -
XYZ 20.03 12.42 1.49 -
YUV 86.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 179 56 5 0 0.69 0.97 0.30 17.59 0.95 0.36
Hex B3 38 5 0 45 61 1E 12 5F 24
Octal 263 70 5 0 105 141 36 22 137 44
Binary 10110011 111000 101 0 1000101 1100001 11110 10010 1011111 100100

Color Harmonies of #B33805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33805

Black with #B33805

Text Example


Text Example

White with #B33805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33805; }

 p { color: rgb(179,56,5); }

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

background-color css

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

 a { background-color: rgb(179,56,5); }

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

border-color css

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

 span { border-color: rgb(179,56,5); }

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