Html Css Color HEX #B2530E Rust

📋 copy color: '#B2530E'

red 178 ◦ green 83 ◦ blue 14

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

Shades of Rust #B2530E

Tints of Rust #B2530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.18%

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

R = 64.73%
G = 30.18%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2530E (or 0xB2530E) is known color: Rust. HEX triplet: B2, 53 and 0E. RGB value is (178,83,14). Sum of RGB (Red+Green+Blue) = 178+83+14=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2530E is #4DACF1. Grayscale: #676767. Windows color (decimal): -5090546 or 938930. OLE color: 938930.

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

Color convert

RGB 178 83 14 -
CMYK 0 0.53 0.92 0.30
HSL 25.24º 0.85% 0.38% -
HSV(B) 25.24º 0.92% 0.7% -
XYZ 21.53 15.68 2.31 -
YUV 103.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 178 83 14 0 0.53 0.92 0.30 25.24 0.85 0.38
Hex B2 53 E 0 35 5C 1E 19 55 26
Octal 262 123 16 0 65 134 36 31 125 46
Binary 10110010 1010011 1110 0 110101 1011100 11110 11001 1010101 100110

Color Harmonies of #B2530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2530E

Black with #B2530E

Text Example


Text Example

White with #B2530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2530E; }

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

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

background-color css

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

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

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

border-color css

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

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

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