Html Css Color HEX #B2360E Rust

📋 copy color: '#B2360E'

red 178 ◦ green 54 ◦ blue 14

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

Shades of Rust #B2360E

Tints of Rust #B2360E

RGB

 RED value IS 178 (69.92% from 255) = 72.36%

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

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

R = 72.36%
G = 21.95%
B = 5.69%

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

#B2360E (or 0xB2360E) is known color: Rust. HEX triplet: B2, 36 and 0E. RGB value is (178,54,14). Sum of RGB (Red+Green+Blue) = 178+54+14=246 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.36% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 178 - color contains mainly: red. Hex color #B2360E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2360E is #4DC9F1. Grayscale: #565656. Windows color (decimal): -5097970 or 931506. OLE color: 931506.

HSL color Cylindrical-coordinate representation of color #B2360E: hue angle of 14.63º 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 #B2360E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 14 -
CMYK 0 0.70 0.92 0.30
HSL 14.63º 0.85% 0.38% -
HSV(B) 14.63º 0.92% 0.7% -
XYZ 19.76 12.14 1.72 -
YUV 86.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 178 54 14 0 0.70 0.92 0.30 14.63 0.85 0.38
Hex B2 36 E 0 46 5C 1E F 55 26
Octal 262 66 16 0 106 134 36 17 125 46
Binary 10110010 110110 1110 0 1000110 1011100 11110 1111 1010101 100110

Color Harmonies of #B2360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2360E

Black with #B2360E

Text Example


Text Example

White with #B2360E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2360E; }

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

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

background-color css

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

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

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

border-color css

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

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

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