Html Css Color HEX #B33418 Rust

📋 copy color: '#B33418'

red 179 ◦ green 52 ◦ blue 24

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

Shades of Rust #B33418

Tints of Rust #B33418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 70.2%
G = 20.39%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33418 (or 0xB33418) is known color: Rust. HEX triplet: B3, 34 and 18. RGB value is (179,52,24). Sum of RGB (Red+Green+Blue) = 179+52+24=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33418 is #4CCBE7. Grayscale: #575757. Windows color (decimal): -5032936 or 1586355. OLE color: 1586355.

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

Color convert

RGB 179 52 24 -
CMYK 0 0.71 0.87 0.30
HSL 10.84º 0.76% 0.4% -
HSV(B) 10.84º 0.87% 0.7% -
XYZ 19.98 12.11 2.15 -
YUV 86.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 179 52 24 0 0.71 0.87 0.30 10.84 0.76 0.4
Hex B3 34 18 0 47 57 1E B 4C 28
Octal 263 64 30 0 107 127 36 13 114 50
Binary 10110011 110100 11000 0 1000111 1010111 11110 1011 1001100 101000

Color Harmonies of #B33418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33418

Black with #B33418

Text Example


Text Example

White with #B33418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33418; }

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

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

background-color css

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

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

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

border-color css

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

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

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