Html Css Color HEX #B3300A Rust

📋 copy color: '#B3300A'

red 179 ◦ green 48 ◦ blue 10

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

Shades of Rust #B3300A

Tints of Rust #B3300A

RGB

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

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

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

R = 75.53%
G = 20.25%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3300A (or 0xB3300A) is known color: Rust. HEX triplet: B3, 30 and 0A. RGB value is (179,48,10). Sum of RGB (Red+Green+Blue) = 179+48+10=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B3300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3300A is #4CCFF5. Grayscale: #535353. Windows color (decimal): -5033974 or 667827. OLE color: 667827.

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

Color convert

RGB 179 48 10 -
CMYK 0 0.73 0.94 0.30
HSL 13.49º 0.89% 0.37% -
HSV(B) 13.49º 0.94% 0.7% -
XYZ 19.7 11.72 1.51 -
YUV 82.84 86.9 196.59 -
System Red Green Blue C M Y K H S L
Decimal 179 48 10 0 0.73 0.94 0.30 13.49 0.89 0.37
Hex B3 30 A 0 49 5E 1E D 59 25
Octal 263 60 12 0 111 136 36 15 131 45
Binary 10110011 110000 1010 0 1001001 1011110 11110 1101 1011001 100101

Color Harmonies of #B3300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3300A

Black with #B3300A

Text Example


Text Example

White with #B3300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3300A; }

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

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

background-color css

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

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

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

border-color css

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

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

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