Html Css Color HEX #B33A13 Rust

📋 copy color: '#B33A13'

red 179 ◦ green 58 ◦ blue 19

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

Shades of Rust #B33A13

Tints of Rust #B33A13

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

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

R = 69.92%
G = 22.66%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B33A13 (or 0xB33A13) is known color: Rust. HEX triplet: B3, 3A and 13. RGB value is (179,58,19). Sum of RGB (Red+Green+Blue) = 179+58+19=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A13 is #4CC5EC. Grayscale: #5A5A5A. Windows color (decimal): -5031405 or 1260211. OLE color: 1260211.

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

Color convert

RGB 179 58 19 -
CMYK 0 0.68 0.89 0.30
HSL 14.63º 0.81% 0.39% -
HSV(B) 14.63º 0.89% 0.7% -
XYZ 20.22 12.66 1.99 -
YUV 89.73 88.09 191.67 -
System Red Green Blue C M Y K H S L
Decimal 179 58 19 0 0.68 0.89 0.30 14.63 0.81 0.39
Hex B3 3A 13 0 44 59 1E F 51 27
Octal 263 72 23 0 104 131 36 17 121 47
Binary 10110011 111010 10011 0 1000100 1011001 11110 1111 1010001 100111

Color Harmonies of #B33A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A13

Black with #B33A13

Text Example


Text Example

White with #B33A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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