Html Css Color HEX #B33813 Rust

📋 copy color: '#B33813'

red 179 ◦ green 56 ◦ blue 19

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

Shades of Rust #B33813

Tints of Rust #B33813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 70.47%
G = 22.05%
B = 7.48%

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

#B33813 (or 0xB33813) is known color: Rust. HEX triplet: B3, 38 and 13. RGB value is (179,56,19). Sum of RGB (Red+Green+Blue) = 179+56+19=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33813 is #4CC7EC. Grayscale: #585858. Windows color (decimal): -5031917 or 1259699. OLE color: 1259699.

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

Color convert

RGB 179 56 19 -
CMYK 0 0.69 0.89 0.30
HSL 13.88º 0.81% 0.39% -
HSV(B) 13.88º 0.89% 0.7% -
XYZ 20.12 12.46 1.96 -
YUV 88.56 88.75 192.51 -
System Red Green Blue C M Y K H S L
Decimal 179 56 19 0 0.69 0.89 0.30 13.88 0.81 0.39
Hex B3 38 13 0 45 59 1E E 51 27
Octal 263 70 23 0 105 131 36 16 121 47
Binary 10110011 111000 10011 0 1000101 1011001 11110 1110 1010001 100111

Color Harmonies of #B33813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33813

Black with #B33813

Text Example


Text Example

White with #B33813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33813; }

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

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

background-color css

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

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

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

border-color css

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

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

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