Html Css Color HEX #B2530F Rust

📋 copy color: '#B2530F'

red 178 ◦ green 83 ◦ blue 15

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

Shades of Rust #B2530F

Tints of Rust #B2530F

RGB

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

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

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

R = 64.49%
G = 30.07%
B = 5.43%

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

#B2530F (or 0xB2530F) is known color: Rust. HEX triplet: B2, 53 and 0F. RGB value is (178,83,15). Sum of RGB (Red+Green+Blue) = 178+83+15=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2530F is #4DACF0. Grayscale: #686868. Windows color (decimal): -5090545 or 1004466. OLE color: 1004466.

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

Color convert

RGB 178 83 15 -
CMYK 0 0.53 0.92 0.30
HSL 25.03º 0.84% 0.38% -
HSV(B) 25.03º 0.92% 0.7% -
XYZ 21.54 15.69 2.34 -
YUV 103.65 77.97 181.03 -
System Red Green Blue C M Y K H S L
Decimal 178 83 15 0 0.53 0.92 0.30 25.03 0.84 0.38
Hex B2 53 F 0 35 5C 1E 19 54 26
Octal 262 123 17 0 65 134 36 31 124 46
Binary 10110010 1010011 1111 0 110101 1011100 11110 11001 1010100 100110

Color Harmonies of #B2530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2530F

Black with #B2530F

Text Example


Text Example

White with #B2530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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