Html Css Color HEX #B33419 Rust

📋 copy color: '#B33419'

red 179 ◦ green 52 ◦ blue 25

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

Shades of Rust #B33419

Tints of Rust #B33419

RGB

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

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

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

R = 69.92%
G = 20.31%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B33419 (or 0xB33419) is known color: Rust. HEX triplet: B3, 34 and 19. RGB value is (179,52,25). Sum of RGB (Red+Green+Blue) = 179+52+25=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33419 is #4CCBE6. Grayscale: #575757. Windows color (decimal): -5032935 or 1651891. OLE color: 1651891.

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

Color convert

RGB 179 52 25 -
CMYK 0 0.71 0.86 0.30
HSL 10.52º 0.75% 0.4% -
HSV(B) 10.52º 0.86% 0.7% -
XYZ 19.99 12.11 2.2 -
YUV 86.9 93.08 193.7 -
System Red Green Blue C M Y K H S L
Decimal 179 52 25 0 0.71 0.86 0.30 10.52 0.75 0.4
Hex B3 34 19 0 47 56 1E B 4B 28
Octal 263 64 31 0 107 126 36 13 113 50
Binary 10110011 110100 11001 0 1000111 1010110 11110 1011 1001011 101000

Color Harmonies of #B33419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33419

Black with #B33419

Text Example


Text Example

White with #B33419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33419; }

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

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

background-color css

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

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

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

border-color css

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

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

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