Html Css Color HEX #B33607 Rust

📋 copy color: '#B33607'

red 179 ◦ green 54 ◦ blue 7

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

Shades of Rust #B33607

Tints of Rust #B33607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 74.58%
G = 22.5%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33607 (or 0xB33607) is known color: Rust. HEX triplet: B3, 36 and 07. RGB value is (179,54,7). Sum of RGB (Red+Green+Blue) = 179+54+7=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B33607 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33607 is #4CC9F8. Grayscale: #565656. Windows color (decimal): -5032441 or 472755. OLE color: 472755.

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

Color convert

RGB 179 54 7 -
CMYK 0 0.70 0.96 0.30
HSL 16.4º 0.92% 0.36% -
HSV(B) 16.4º 0.96% 0.7% -
XYZ 19.95 12.24 1.51 -
YUV 86.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 179 54 7 0 0.70 0.96 0.30 16.4 0.92 0.36
Hex B3 36 7 0 46 60 1E 10 5C 24
Octal 263 66 7 0 106 140 36 20 134 44
Binary 10110011 110110 111 0 1000110 1100000 11110 10000 1011100 100100

Color Harmonies of #B33607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33607

Black with #B33607

Text Example


Text Example

White with #B33607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33607; }

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

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

background-color css

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

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

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

border-color css

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

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

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