Html Css Color HEX #B33104 Rust

📋 copy color: '#B33104'

red 179 ◦ green 49 ◦ blue 4

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

Shades of Rust #B33104

Tints of Rust #B33104

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 77.16%
G = 21.12%
B = 1.72%

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

#B33104 (or 0xB33104) is known color: Rust. HEX triplet: B3, 31 and 04. RGB value is (179,49,4). Sum of RGB (Red+Green+Blue) = 179+49+4=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B33104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33104 is #4CCEFB. Grayscale: #535353. Windows color (decimal): -5033724 or 274867. OLE color: 274867.

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

Color convert

RGB 179 49 4 -
CMYK 0 0.73 0.98 0.30
HSL 15.43º 0.96% 0.36% -
HSV(B) 15.43º 0.98% 0.7% -
XYZ 19.71 11.79 1.35 -
YUV 82.74 83.57 196.66 -
System Red Green Blue C M Y K H S L
Decimal 179 49 4 0 0.73 0.98 0.30 15.43 0.96 0.36
Hex B3 31 4 0 49 62 1E F 60 24
Octal 263 61 4 0 111 142 36 17 140 44
Binary 10110011 110001 100 0 1001001 1100010 11110 1111 1100000 100100

Color Harmonies of #B33104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33104

Black with #B33104

Text Example


Text Example

White with #B33104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33104; }

 p { color: rgb(179,49,4); }

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

background-color css

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

 a { background-color: rgb(179,49,4); }

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

border-color css

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

 span { border-color: rgb(179,49,4); }

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