Html Css Color HEX #B33707 Rust

📋 copy color: '#B33707'

red 179 ◦ green 55 ◦ blue 7

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

Shades of Rust #B33707

Tints of Rust #B33707

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 74.27%
G = 22.82%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33707 (or 0xB33707) is known color: Rust. HEX triplet: B3, 37 and 07. RGB value is (179,55,7). Sum of RGB (Red+Green+Blue) = 179+55+7=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B33707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33707 is #4CC8F8. Grayscale: #565656. Windows color (decimal): -5032185 or 473011. OLE color: 473011.

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

Color convert

RGB 179 55 7 -
CMYK 0 0.69 0.96 0.30
HSL 16.74º 0.92% 0.36% -
HSV(B) 16.74º 0.96% 0.7% -
XYZ 19.99 12.33 1.53 -
YUV 86.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 179 55 7 0 0.69 0.96 0.30 16.74 0.92 0.36
Hex B3 37 7 0 45 60 1E 11 5C 24
Octal 263 67 7 0 105 140 36 21 134 44
Binary 10110011 110111 111 0 1000101 1100000 11110 10001 1011100 100100

Color Harmonies of #B33707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33707

Black with #B33707

Text Example


Text Example

White with #B33707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33707; }

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

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

background-color css

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

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

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

border-color css

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

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

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