Html Css Color HEX #B33B07 Rust

📋 copy color: '#B33B07'

red 179 ◦ green 59 ◦ blue 7

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

Shades of Rust #B33B07

Tints of Rust #B33B07

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.08%

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

R = 73.06%
G = 24.08%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33B07 (or 0xB33B07) is known color: Rust. HEX triplet: B3, 3B and 07. RGB value is (179,59,7). Sum of RGB (Red+Green+Blue) = 179+59+7=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33B07 is #4CC4F8. Grayscale: #595959. Windows color (decimal): -5031161 or 474035. OLE color: 474035.

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

Color convert

RGB 179 59 7 -
CMYK 0 0.67 0.96 0.30
HSL 18.14º 0.92% 0.36% -
HSV(B) 18.14º 0.96% 0.7% -
XYZ 20.19 12.73 1.59 -
YUV 88.95 81.76 192.23 -
System Red Green Blue C M Y K H S L
Decimal 179 59 7 0 0.67 0.96 0.30 18.14 0.92 0.36
Hex B3 3B 7 0 43 60 1E 12 5C 24
Octal 263 73 7 0 103 140 36 22 134 44
Binary 10110011 111011 111 0 1000011 1100000 11110 10010 1011100 100100

Color Harmonies of #B33B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B07

Black with #B33B07

Text Example


Text Example

White with #B33B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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