Html Css Color HEX #B33403 Rust

📋 copy color: '#B33403'

red 179 ◦ green 52 ◦ blue 3

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

Shades of Rust #B33403

Tints of Rust #B33403

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

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

R = 76.5%
G = 22.22%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B33403 (or 0xB33403) is known color: Rust. HEX triplet: B3, 34 and 03. RGB value is (179,52,3). Sum of RGB (Red+Green+Blue) = 179+52+3=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B33403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33403 is #4CCBFC. Grayscale: #545454. Windows color (decimal): -5032957 or 210099. OLE color: 210099.

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

Color convert

RGB 179 52 3 -
CMYK 0 0.71 0.98 0.30
HSL 16.7º 0.97% 0.36% -
HSV(B) 16.7º 0.98% 0.7% -
XYZ 19.83 12.05 1.37 -
YUV 84.39 82.08 195.48 -
System Red Green Blue C M Y K H S L
Decimal 179 52 3 0 0.71 0.98 0.30 16.7 0.97 0.36
Hex B3 34 3 0 47 62 1E 11 61 24
Octal 263 64 3 0 107 142 36 21 141 44
Binary 10110011 110100 11 0 1000111 1100010 11110 10001 1100001 100100

Color Harmonies of #B33403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33403

Black with #B33403

Text Example


Text Example

White with #B33403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33403; }

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

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

background-color css

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

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

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

border-color css

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

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

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