Html Css Color HEX #B33003 Rust

📋 copy color: '#B33003'

red 179 ◦ green 48 ◦ blue 3

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

Shades of Rust #B33003

Tints of Rust #B33003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 77.83%
G = 20.87%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33003 (or 0xB33003) is known color: Rust. HEX triplet: B3, 30 and 03. RGB value is (179,48,3). Sum of RGB (Red+Green+Blue) = 179+48+3=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B33003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33003 is #4CCFFC. Grayscale: #525252. Windows color (decimal): -5033981 or 209075. OLE color: 209075.

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

Color convert

RGB 179 48 3 -
CMYK 0 0.73 0.98 0.30
HSL 15.34º 0.97% 0.36% -
HSV(B) 15.34º 0.98% 0.7% -
XYZ 19.66 11.7 1.31 -
YUV 82.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 179 48 3 0 0.73 0.98 0.30 15.34 0.97 0.36
Hex B3 30 3 0 49 62 1E F 61 24
Octal 263 60 3 0 111 142 36 17 141 44
Binary 10110011 110000 11 0 1001001 1100010 11110 1111 1100001 100100

Color Harmonies of #B33003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33003

Black with #B33003

Text Example


Text Example

White with #B33003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33003; }

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

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

background-color css

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

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

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

border-color css

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

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

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