Html Css Color HEX #B33307 Rust

📋 copy color: '#B33307'

red 179 ◦ green 51 ◦ blue 7

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

Shades of Rust #B33307

Tints of Rust #B33307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 75.53%
G = 21.52%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33307 (or 0xB33307) is known color: Rust. HEX triplet: B3, 33 and 07. RGB value is (179,51,7). Sum of RGB (Red+Green+Blue) = 179+51+7=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B33307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33307 is #4CCCF8. Grayscale: #545454. Windows color (decimal): -5033209 or 471987. OLE color: 471987.

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

Color convert

RGB 179 51 7 -
CMYK 0 0.72 0.96 0.30
HSL 15.35º 0.92% 0.36% -
HSV(B) 15.35º 0.96% 0.7% -
XYZ 19.81 11.97 1.47 -
YUV 84.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 179 51 7 0 0.72 0.96 0.30 15.35 0.92 0.36
Hex B3 33 7 0 48 60 1E F 5C 24
Octal 263 63 7 0 110 140 36 17 134 44
Binary 10110011 110011 111 0 1001000 1100000 11110 1111 1011100 100100

Color Harmonies of #B33307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33307

Black with #B33307

Text Example


Text Example

White with #B33307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33307; }

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

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

background-color css

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

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

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

border-color css

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

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

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