Html Css Color HEX #B33318 Rust

📋 copy color: '#B33318'

red 179 ◦ green 51 ◦ blue 24

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

Shades of Rust #B33318

Tints of Rust #B33318

RGB

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

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

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

R = 70.47%
G = 20.08%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33318 (or 0xB33318) is known color: Rust. HEX triplet: B3, 33 and 18. RGB value is (179,51,24). Sum of RGB (Red+Green+Blue) = 179+51+24=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33318 is #4CCCE7. Grayscale: #565656. Windows color (decimal): -5033192 or 1586099. OLE color: 1586099.

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

Color convert

RGB 179 51 24 -
CMYK 0 0.72 0.87 0.30
HSL 10.45º 0.76% 0.4% -
HSV(B) 10.45º 0.87% 0.7% -
XYZ 19.94 12.02 2.13 -
YUV 86.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 179 51 24 0 0.72 0.87 0.30 10.45 0.76 0.4
Hex B3 33 18 0 48 57 1E A 4C 28
Octal 263 63 30 0 110 127 36 12 114 50
Binary 10110011 110011 11000 0 1001000 1010111 11110 1010 1001100 101000

Color Harmonies of #B33318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33318

Black with #B33318

Text Example


Text Example

White with #B33318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33318; }

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

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

background-color css

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

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

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

border-color css

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

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

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