Html Css Color HEX #B33714 Rust

📋 copy color: '#B33714'

red 179 ◦ green 55 ◦ blue 20

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

Shades of Rust #B33714

Tints of Rust #B33714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 70.47%
G = 21.65%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33714 (or 0xB33714) is known color: Rust. HEX triplet: B3, 37 and 14. RGB value is (179,55,20). Sum of RGB (Red+Green+Blue) = 179+55+20=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33714 is #4CC8EB. Grayscale: #585858. Windows color (decimal): -5032172 or 1324979. OLE color: 1324979.

HSL color Cylindrical-coordinate representation of color #B33714: hue angle of 13.21º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B33714 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 55 20 -
CMYK 0 0.69 0.89 0.30
HSL 13.21º 0.8% 0.39% -
HSV(B) 13.21º 0.89% 0.7% -
XYZ 20.08 12.37 1.99 -
YUV 88.09 89.58 192.85 -
System Red Green Blue C M Y K H S L
Decimal 179 55 20 0 0.69 0.89 0.30 13.21 0.8 0.39
Hex B3 37 14 0 45 59 1E D 50 27
Octal 263 67 24 0 105 131 36 15 120 47
Binary 10110011 110111 10100 0 1000101 1011001 11110 1101 1010000 100111

Color Harmonies of #B33714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33714

Black with #B33714

Text Example


Text Example

White with #B33714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33714; }

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

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

background-color css

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

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

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

border-color css

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

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

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