Html Css Color HEX #B33A1F Rust

📋 copy color: '#B33A1F'

red 179 ◦ green 58 ◦ blue 31

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

Shades of Rust #B33A1F

Tints of Rust #B33A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.57%

R = 66.79%
G = 21.64%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B33A1F (or 0xB33A1F) is known color: Rust. HEX triplet: B3, 3A and 1F. RGB value is (179,58,31). Sum of RGB (Red+Green+Blue) = 179+58+31=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33A1F is #4CC5E0. Grayscale: #5B5B5B. Windows color (decimal): -5031393 or 2046643. OLE color: 2046643.

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

Color convert

RGB 179 58 31 -
CMYK 0 0.68 0.83 0.30
HSL 10.95º 0.7% 0.41% -
HSV(B) 10.95º 0.83% 0.7% -
XYZ 20.35 12.71 2.68 -
YUV 91.1 94.09 190.7 -
System Red Green Blue C M Y K H S L
Decimal 179 58 31 0 0.68 0.83 0.30 10.95 0.7 0.41
Hex B3 3A 1F 0 44 53 1E B 46 29
Octal 263 72 37 0 104 123 36 13 106 51
Binary 10110011 111010 11111 0 1000100 1010011 11110 1011 1000110 101001

Color Harmonies of #B33A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A1F

Black with #B33A1F

Text Example


Text Example

White with #B33A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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