Html Css Color HEX #B33A12 Rust

📋 copy color: '#B33A12'

red 179 ◦ green 58 ◦ blue 18

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

Shades of Rust #B33A12

Tints of Rust #B33A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 70.2%
G = 22.75%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B33A12 (or 0xB33A12) is known color: Rust. HEX triplet: B3, 3A and 12. RGB value is (179,58,18). Sum of RGB (Red+Green+Blue) = 179+58+18=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33A12 is #4CC5ED. Grayscale: #595959. Windows color (decimal): -5031406 or 1194675. OLE color: 1194675.

HSL color Cylindrical-coordinate representation of color #B33A12: hue angle of 14.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33A12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 18 -
CMYK 0 0.68 0.90 0.30
HSL 14.91º 0.82% 0.39% -
HSV(B) 14.91º 0.9% 0.7% -
XYZ 20.21 12.65 1.95 -
YUV 89.62 87.59 191.75 -
System Red Green Blue C M Y K H S L
Decimal 179 58 18 0 0.68 0.90 0.30 14.91 0.82 0.39
Hex B3 3A 12 0 44 5A 1E F 52 27
Octal 263 72 22 0 104 132 36 17 122 47
Binary 10110011 111010 10010 0 1000100 1011010 11110 1111 1010010 100111

Color Harmonies of #B33A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A12

Black with #B33A12

Text Example


Text Example

White with #B33A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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