Html Css Color HEX #B2360F Rust

📋 copy color: '#B2360F'

red 178 ◦ green 54 ◦ blue 15

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

Shades of Rust #B2360F

Tints of Rust #B2360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.07%

R = 72.06%
G = 21.86%
B = 6.07%

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

#B2360F (or 0xB2360F) is known color: Rust. HEX triplet: B2, 36 and 0F. RGB value is (178,54,15). Sum of RGB (Red+Green+Blue) = 178+54+15=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B2360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2360F is #4DC9F0. Grayscale: #565656. Windows color (decimal): -5097969 or 997042. OLE color: 997042.

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

Color convert

RGB 178 54 15 -
CMYK 0 0.70 0.92 0.30
HSL 14.36º 0.84% 0.38% -
HSV(B) 14.36º 0.92% 0.7% -
XYZ 19.77 12.14 1.75 -
YUV 86.63 87.58 193.17 -
System Red Green Blue C M Y K H S L
Decimal 178 54 15 0 0.70 0.92 0.30 14.36 0.84 0.38
Hex B2 36 F 0 46 5C 1E E 54 26
Octal 262 66 17 0 106 134 36 16 124 46
Binary 10110010 110110 1111 0 1000110 1011100 11110 1110 1010100 100110

Color Harmonies of #B2360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2360F

Black with #B2360F

Text Example


Text Example

White with #B2360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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