Html Css Color HEX #B33319 Rust

📋 copy color: '#B33319'

red 179 ◦ green 51 ◦ blue 25

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

Shades of Rust #B33319

Tints of Rust #B33319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.8%

R = 70.2%
G = 20%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B33319 (or 0xB33319) is known color: Rust. HEX triplet: B3, 33 and 19. RGB value is (179,51,25). Sum of RGB (Red+Green+Blue) = 179+51+25=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33319 is #4CCCE6. Grayscale: #565656. Windows color (decimal): -5033191 or 1651635. OLE color: 1651635.

HSL color Cylindrical-coordinate representation of color #B33319: hue angle of 10.13º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B33319 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 25 -
CMYK 0 0.72 0.86 0.30
HSL 10.13º 0.75% 0.4% -
HSV(B) 10.13º 0.86% 0.7% -
XYZ 19.95 12.02 2.19 -
YUV 86.31 93.41 194.11 -
System Red Green Blue C M Y K H S L
Decimal 179 51 25 0 0.72 0.86 0.30 10.13 0.75 0.4
Hex B3 33 19 0 48 56 1E A 4B 28
Octal 263 63 31 0 110 126 36 12 113 50
Binary 10110011 110011 11001 0 1001000 1010110 11110 1010 1001011 101000

Color Harmonies of #B33319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33319

Black with #B33319

Text Example


Text Example

White with #B33319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33319; }

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

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

background-color css

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

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

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

border-color css

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

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

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