Html Css Color HEX #B3360E Rust

📋 copy color: '#B3360E'

red 179 ◦ green 54 ◦ blue 14

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

Shades of Rust #B3360E

Tints of Rust #B3360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 14 (5.86% from 255) = 5.67%

R = 72.47%
G = 21.86%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B3360E (or 0xB3360E) is known color: Rust. HEX triplet: B3, 36 and 0E. RGB value is (179,54,14). Sum of RGB (Red+Green+Blue) = 179+54+14=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3360E is #4CC9F1. Grayscale: #575757. Windows color (decimal): -5032434 or 931507. OLE color: 931507.

HSL color Cylindrical-coordinate representation of color #B3360E: hue angle of 14.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3360E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 54 14 -
CMYK 0 0.70 0.92 0.30
HSL 14.55º 0.85% 0.38% -
HSV(B) 14.55º 0.92% 0.7% -
XYZ 19.99 12.25 1.73 -
YUV 86.82 86.91 193.75 -
System Red Green Blue C M Y K H S L
Decimal 179 54 14 0 0.70 0.92 0.30 14.55 0.85 0.38
Hex B3 36 E 0 46 5C 1E F 55 26
Octal 263 66 16 0 106 134 36 17 125 46
Binary 10110011 110110 1110 0 1000110 1011100 11110 1111 1010101 100110

Color Harmonies of #B3360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3360E

Black with #B3360E

Text Example


Text Example

White with #B3360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3360E; }

 p { color: rgb(179,54,14); }

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

background-color css

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

 a { background-color: rgb(179,54,14); }

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

border-color css

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

 span { border-color: rgb(179,54,14); }

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