Html Css Color HEX #B3300E Rust

📋 copy color: '#B3300E'

red 179 ◦ green 48 ◦ blue 14

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

Shades of Rust #B3300E

Tints of Rust #B3300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

 BLUE value IS 14 (5.86% from 255) = 5.81%

R = 74.27%
G = 19.92%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3300E (or 0xB3300E) is known color: Rust. HEX triplet: B3, 30 and 0E. RGB value is (179,48,14). Sum of RGB (Red+Green+Blue) = 179+48+14=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300E is #4CCFF1. Grayscale: #535353. Windows color (decimal): -5033970 or 929971. OLE color: 929971.

HSL color Cylindrical-coordinate representation of color #B3300E: hue angle of 12.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3300E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 14 -
CMYK 0 0.73 0.92 0.30
HSL 12.36º 0.85% 0.38% -
HSV(B) 12.36º 0.92% 0.7% -
XYZ 19.73 11.73 1.64 -
YUV 83.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 179 48 14 0 0.73 0.92 0.30 12.36 0.85 0.38
Hex B3 30 E 0 49 5C 1E C 55 26
Octal 263 60 16 0 111 134 36 14 125 46
Binary 10110011 110000 1110 0 1001001 1011100 11110 1100 1010101 100110

Color Harmonies of #B3300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3300E

Black with #B3300E

Text Example


Text Example

White with #B3300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3300E; }

 p { color: rgb(179,48,14); }

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

background-color css

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

 a { background-color: rgb(179,48,14); }

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

border-color css

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

 span { border-color: rgb(179,48,14); }

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