Html Css Color HEX #B33810 Rust

📋 copy color: '#B33810'

red 179 ◦ green 56 ◦ blue 16

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

Shades of Rust #B33810

Tints of Rust #B33810

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 71.31%
G = 22.31%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33810 (or 0xB33810) is known color: Rust. HEX triplet: B3, 38 and 10. RGB value is (179,56,16). Sum of RGB (Red+Green+Blue) = 179+56+16=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33810 is #4CC7EF. Grayscale: #585858. Windows color (decimal): -5031920 or 1063091. OLE color: 1063091.

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

Color convert

RGB 179 56 16 -
CMYK 0 0.69 0.91 0.30
HSL 14.72º 0.84% 0.38% -
HSV(B) 14.72º 0.91% 0.7% -
XYZ 20.1 12.45 1.83 -
YUV 88.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 179 56 16 0 0.69 0.91 0.30 14.72 0.84 0.38
Hex B3 38 10 0 45 5B 1E F 54 26
Octal 263 70 20 0 105 133 36 17 124 46
Binary 10110011 111000 10000 0 1000101 1011011 11110 1111 1010100 100110

Color Harmonies of #B33810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33810

Black with #B33810

Text Example


Text Example

White with #B33810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33810; }

 p { color: rgb(179,56,16); }

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

background-color css

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

 a { background-color: rgb(179,56,16); }

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

border-color css

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

 span { border-color: rgb(179,56,16); }

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