Html Css Color HEX #B33407 Rust

📋 copy color: '#B33407'

red 179 ◦ green 52 ◦ blue 7

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

Shades of Rust #B33407

Tints of Rust #B33407

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 75.21%
G = 21.85%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B33407 (or 0xB33407) is known color: Rust. HEX triplet: B3, 34 and 07. RGB value is (179,52,7). Sum of RGB (Red+Green+Blue) = 179+52+7=238 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.21% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 179 - color contains mainly: red. Hex color #B33407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33407 is #4CCBF8. Grayscale: #555555. Windows color (decimal): -5032953 or 472243. OLE color: 472243.

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

Color convert

RGB 179 52 7 -
CMYK 0 0.71 0.96 0.30
HSL 15.7º 0.92% 0.36% -
HSV(B) 15.7º 0.96% 0.7% -
XYZ 19.86 12.06 1.48 -
YUV 84.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 179 52 7 0 0.71 0.96 0.30 15.7 0.92 0.36
Hex B3 34 7 0 47 60 1E 10 5C 24
Octal 263 64 7 0 107 140 36 20 134 44
Binary 10110011 110100 111 0 1000111 1100000 11110 10000 1011100 100100

Color Harmonies of #B33407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33407

Black with #B33407

Text Example


Text Example

White with #B33407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33407; }

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

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

background-color css

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

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

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

border-color css

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

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

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