Html Css Color HEX #B33F0C Rust

📋 copy color: '#B33F0C'

red 179 ◦ green 63 ◦ blue 12

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

Shades of Rust #B33F0C

Tints of Rust #B33F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 70.47%
G = 24.8%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B33F0C (or 0xB33F0C) is known color: Rust. HEX triplet: B3, 3F and 0C. RGB value is (179,63,12). Sum of RGB (Red+Green+Blue) = 179+63+12=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0C is #4CC0F3. Grayscale: #5C5C5C. Windows color (decimal): -5030132 or 802739. OLE color: 802739.

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

Color convert

RGB 179 63 12 -
CMYK 0 0.65 0.93 0.30
HSL 18.32º 0.87% 0.37% -
HSV(B) 18.32º 0.93% 0.7% -
XYZ 20.43 13.17 1.81 -
YUV 91.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 179 63 12 0 0.65 0.93 0.30 18.32 0.87 0.37
Hex B3 3F C 0 41 5D 1E 12 57 25
Octal 263 77 14 0 101 135 36 22 127 45
Binary 10110011 111111 1100 0 1000001 1011101 11110 10010 1010111 100101

Color Harmonies of #B33F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F0C

Black with #B33F0C

Text Example


Text Example

White with #B33F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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