Html Css Color HEX #B33203 Rust

📋 copy color: '#B33203'

red 179 ◦ green 50 ◦ blue 3

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

Shades of Rust #B33203

Tints of Rust #B33203

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 77.16%
G = 21.55%
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

#B33203 (or 0xB33203) is known color: Rust. HEX triplet: B3, 32 and 03. RGB value is (179,50,3). Sum of RGB (Red+Green+Blue) = 179+50+3=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B33203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33203 is #4CCDFC. Grayscale: #535353. Windows color (decimal): -5033469 or 209587. OLE color: 209587.

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

Color convert

RGB 179 50 3 -
CMYK 0 0.72 0.98 0.30
HSL 16.02º 0.97% 0.36% -
HSV(B) 16.02º 0.98% 0.7% -
XYZ 19.75 11.87 1.34 -
YUV 83.21 82.74 196.32 -
System Red Green Blue C M Y K H S L
Decimal 179 50 3 0 0.72 0.98 0.30 16.02 0.97 0.36
Hex B3 32 3 0 48 62 1E 10 61 24
Octal 263 62 3 0 110 142 36 20 141 44
Binary 10110011 110010 11 0 1001000 1100010 11110 10000 1100001 100100

Color Harmonies of #B33203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33203

Black with #B33203

Text Example


Text Example

White with #B33203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33203; }

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

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

background-color css

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

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

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

border-color css

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

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

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