Html Css Color HEX #B33F1D Rust

📋 copy color: '#B33F1D'

red 179 ◦ green 63 ◦ blue 29

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

Shades of Rust #B33F1D

Tints of Rust #B33F1D

RGB

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

 GREEN value IS 63 (25% from 255) = 23.25%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 66.05%
G = 23.25%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B33F1D (or 0xB33F1D) is known color: Rust. HEX triplet: B3, 3F and 1D. RGB value is (179,63,29). Sum of RGB (Red+Green+Blue) = 179+63+29=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33F1D is #4CC0E2. Grayscale: #5E5E5E. Windows color (decimal): -5030115 or 1916851. OLE color: 1916851.

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

Color convert

RGB 179 63 29 -
CMYK 0 0.65 0.84 0.30
HSL 13.6º 0.72% 0.41% -
HSV(B) 13.6º 0.84% 0.7% -
XYZ 20.59 13.23 2.63 -
YUV 93.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 179 63 29 0 0.65 0.84 0.30 13.6 0.72 0.41
Hex B3 3F 1D 0 41 54 1E E 48 29
Octal 263 77 35 0 101 124 36 16 110 51
Binary 10110011 111111 11101 0 1000001 1010100 11110 1110 1001000 101001

Color Harmonies of #B33F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F1D

Black with #B33F1D

Text Example


Text Example

White with #B33F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F1D; }

 p { color: rgb(179,63,29); }

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

background-color css

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

 a { background-color: rgb(179,63,29); }

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

border-color css

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

 span { border-color: rgb(179,63,29); }

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