Html Css Color HEX #B2500E Rust

📋 copy color: '#B2500E'

red 178 ◦ green 80 ◦ blue 14

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

Shades of Rust #B2500E

Tints of Rust #B2500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 65.44%
G = 29.41%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2500E (or 0xB2500E) is known color: Rust. HEX triplet: B2, 50 and 0E. RGB value is (178,80,14). Sum of RGB (Red+Green+Blue) = 178+80+14=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2500E is #4DAFF1. Grayscale: #666666. Windows color (decimal): -5091314 or 938162. OLE color: 938162.

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

Color convert

RGB 178 80 14 -
CMYK 0 0.55 0.92 0.30
HSL 24.15º 0.85% 0.38% -
HSV(B) 24.15º 0.92% 0.7% -
XYZ 21.31 15.23 2.23 -
YUV 101.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 178 80 14 0 0.55 0.92 0.30 24.15 0.85 0.38
Hex B2 50 E 0 37 5C 1E 18 55 26
Octal 262 120 16 0 67 134 36 30 125 46
Binary 10110010 1010000 1110 0 110111 1011100 11110 11000 1010101 100110

Color Harmonies of #B2500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2500E

Black with #B2500E

Text Example


Text Example

White with #B2500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2500E; }

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

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

background-color css

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

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

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

border-color css

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

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

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