Html Css Color HEX #B33718 Rust

📋 copy color: '#B33718'

red 179 ◦ green 55 ◦ blue 24

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

Shades of Rust #B33718

Tints of Rust #B33718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 69.38%
G = 21.32%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B33718 (or 0xB33718) is known color: Rust. HEX triplet: B3, 37 and 18. RGB value is (179,55,24). Sum of RGB (Red+Green+Blue) = 179+55+24=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33718 is #4CC8E7. Grayscale: #585858. Windows color (decimal): -5032168 or 1587123. OLE color: 1587123.

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

Color convert

RGB 179 55 24 -
CMYK 0 0.69 0.87 0.30
HSL 12º 0.76% 0.4% -
HSV(B) 12º 0.87% 0.7% -
XYZ 20.12 12.38 2.19 -
YUV 88.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 179 55 24 0 0.69 0.87 0.30 12 0.76 0.4
Hex B3 37 18 0 45 57 1E C 4C 28
Octal 263 67 30 0 105 127 36 14 114 50
Binary 10110011 110111 11000 0 1000101 1010111 11110 1100 1001100 101000

Color Harmonies of #B33718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33718

Black with #B33718

Text Example


Text Example

White with #B33718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33718; }

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

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

background-color css

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

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

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

border-color css

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

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

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