Html Css Color HEX #B33605 Rust

📋 copy color: '#B33605'

red 179 ◦ green 54 ◦ blue 5

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

Shades of Rust #B33605

Tints of Rust #B33605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 75.21%
G = 22.69%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B33605 (or 0xB33605) is known color: Rust. HEX triplet: B3, 36 and 05. RGB value is (179,54,5). Sum of RGB (Red+Green+Blue) = 179+54+5=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B33605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33605 is #4CC9FA. Grayscale: #565656. Windows color (decimal): -5032443 or 341683. OLE color: 341683.

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

Color convert

RGB 179 54 5 -
CMYK 0 0.70 0.97 0.30
HSL 16.9º 0.95% 0.36% -
HSV(B) 16.9º 0.97% 0.7% -
XYZ 19.94 12.23 1.45 -
YUV 85.79 82.41 194.48 -
System Red Green Blue C M Y K H S L
Decimal 179 54 5 0 0.70 0.97 0.30 16.9 0.95 0.36
Hex B3 36 5 0 46 61 1E 11 5F 24
Octal 263 66 5 0 106 141 36 21 137 44
Binary 10110011 110110 101 0 1000110 1100001 11110 10001 1011111 100100

Color Harmonies of #B33605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33605

Black with #B33605

Text Example


Text Example

White with #B33605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33605; }

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

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

background-color css

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

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

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

border-color css

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

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

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