Html Css Color HEX #B33807 Rust

📋 copy color: '#B33807'

red 179 ◦ green 56 ◦ blue 7

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

Shades of Rust #B33807

Tints of Rust #B33807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

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

R = 73.97%
G = 23.14%
B = 2.89%

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

#B33807 (or 0xB33807) is known color: Rust. HEX triplet: B3, 38 and 07. RGB value is (179,56,7). Sum of RGB (Red+Green+Blue) = 179+56+7=242 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.97% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 179 - color contains mainly: red. Hex color #B33807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33807 is #4CC7F8. Grayscale: #575757. Windows color (decimal): -5031929 or 473267. OLE color: 473267.

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

Color convert

RGB 179 56 7 -
CMYK 0 0.69 0.96 0.30
HSL 17.09º 0.92% 0.36% -
HSV(B) 17.09º 0.96% 0.7% -
XYZ 20.04 12.43 1.54 -
YUV 87.19 82.75 193.48 -
System Red Green Blue C M Y K H S L
Decimal 179 56 7 0 0.69 0.96 0.30 17.09 0.92 0.36
Hex B3 38 7 0 45 60 1E 11 5C 24
Octal 263 70 7 0 105 140 36 21 134 44
Binary 10110011 111000 111 0 1000101 1100000 11110 10001 1011100 100100

Color Harmonies of #B33807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33807

Black with #B33807

Text Example


Text Example

White with #B33807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33807; }

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

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

background-color css

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

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

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

border-color css

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

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

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