Html Css Color HEX #B33F0A Rust

📋 copy color: '#B33F0A'

red 179 ◦ green 63 ◦ blue 10

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

Shades of Rust #B33F0A

Tints of Rust #B33F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 71.03%
G = 25%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B33F0A (or 0xB33F0A) is known color: Rust. HEX triplet: B3, 3F and 0A. RGB value is (179,63,10). Sum of RGB (Red+Green+Blue) = 179+63+10=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0A is #4CC0F5. Grayscale: #5B5B5B. Windows color (decimal): -5030134 or 671667. OLE color: 671667.

HSL color Cylindrical-coordinate representation of color #B33F0A: hue angle of 18.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B33F0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 10 -
CMYK 0 0.65 0.94 0.30
HSL 18.82º 0.89% 0.37% -
HSV(B) 18.82º 0.94% 0.7% -
XYZ 20.42 13.16 1.75 -
YUV 91.64 81.93 190.31 -
System Red Green Blue C M Y K H S L
Decimal 179 63 10 0 0.65 0.94 0.30 18.82 0.89 0.37
Hex B3 3F A 0 41 5E 1E 13 59 25
Octal 263 77 12 0 101 136 36 23 131 45
Binary 10110011 111111 1010 0 1000001 1011110 11110 10011 1011001 100101

Color Harmonies of #B33F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F0A

Black with #B33F0A

Text Example


Text Example

White with #B33F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F0A; }

 p { color: rgb(179,63,10); }

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

background-color css

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

 a { background-color: rgb(179,63,10); }

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

border-color css

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

 span { border-color: rgb(179,63,10); }

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