Html Css Color HEX #B33303 Rust

📋 copy color: '#B33303'

red 179 ◦ green 51 ◦ blue 3

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

Shades of Rust #B33303

Tints of Rust #B33303

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 76.82%
G = 21.89%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33303 (or 0xB33303) is known color: Rust. HEX triplet: B3, 33 and 03. RGB value is (179,51,3). Sum of RGB (Red+Green+Blue) = 179+51+3=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B33303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33303 is #4CCCFC. Grayscale: #545454. Windows color (decimal): -5033213 or 209843. OLE color: 209843.

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

Color convert

RGB 179 51 3 -
CMYK 0 0.72 0.98 0.30
HSL 16.36º 0.97% 0.36% -
HSV(B) 16.36º 0.98% 0.7% -
XYZ 19.79 11.96 1.35 -
YUV 83.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 179 51 3 0 0.72 0.98 0.30 16.36 0.97 0.36
Hex B3 33 3 0 48 62 1E 10 61 24
Octal 263 63 3 0 110 142 36 20 141 44
Binary 10110011 110011 11 0 1001000 1100010 11110 10000 1100001 100100

Color Harmonies of #B33303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33303

Black with #B33303

Text Example


Text Example

White with #B33303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33303; }

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

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

background-color css

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

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

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

border-color css

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

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

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