Html Css Color HEX #B2540C Rust

📋 copy color: '#B2540C'

red 178 ◦ green 84 ◦ blue 12

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

Shades of Rust #B2540C

Tints of Rust #B2540C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 64.96%
G = 30.66%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2540C (or 0xB2540C) is known color: Rust. HEX triplet: B2, 54 and 0C. RGB value is (178,84,12). Sum of RGB (Red+Green+Blue) = 178+84+12=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2540C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2540C is #4DABF3. Grayscale: #686868. Windows color (decimal): -5090292 or 808114. OLE color: 808114.

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

Color convert

RGB 178 84 12 -
CMYK 0 0.53 0.93 0.30
HSL 26.02º 0.87% 0.37% -
HSV(B) 26.02º 0.93% 0.7% -
XYZ 21.6 15.83 2.27 -
YUV 103.9 76.14 180.85 -
System Red Green Blue C M Y K H S L
Decimal 178 84 12 0 0.53 0.93 0.30 26.02 0.87 0.37
Hex B2 54 C 0 35 5D 1E 1A 57 25
Octal 262 124 14 0 65 135 36 32 127 45
Binary 10110010 1010100 1100 0 110101 1011101 11110 11010 1010111 100101

Color Harmonies of #B2540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2540C

Black with #B2540C

Text Example


Text Example

White with #B2540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2540C; }

 p { color: rgb(178,84,12); }

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

background-color css

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

 a { background-color: rgb(178,84,12); }

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

border-color css

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

 span { border-color: rgb(178,84,12); }

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