Html Css Color HEX #B33205 Rust

📋 copy color: '#B33205'

red 179 ◦ green 50 ◦ blue 5

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

Shades of Rust #B33205

Tints of Rust #B33205

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 76.5%
G = 21.37%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33205 (or 0xB33205) is known color: Rust. HEX triplet: B3, 32 and 05. RGB value is (179,50,5). Sum of RGB (Red+Green+Blue) = 179+50+5=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B33205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33205 is #4CCDFA. Grayscale: #535353. Windows color (decimal): -5033467 or 340659. OLE color: 340659.

HSL color Cylindrical-coordinate representation of color #B33205: hue angle of 15.52º 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 #B33205 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 5 -
CMYK 0 0.72 0.97 0.30
HSL 15.52º 0.95% 0.36% -
HSV(B) 15.52º 0.97% 0.7% -
XYZ 19.76 11.88 1.39 -
YUV 83.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 179 50 5 0 0.72 0.97 0.30 15.52 0.95 0.36
Hex B3 32 5 0 48 61 1E 10 5F 24
Octal 263 62 5 0 110 141 36 20 137 44
Binary 10110011 110010 101 0 1001000 1100001 11110 10000 1011111 100100

Color Harmonies of #B33205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33205

Black with #B33205

Text Example


Text Example

White with #B33205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33205; }

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

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

background-color css

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

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

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

border-color css

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

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

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