Html Css Color HEX #B2500D Rust

📋 copy color: '#B2500D'

red 178 ◦ green 80 ◦ blue 13

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

Shades of Rust #B2500D

Tints of Rust #B2500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 65.68%
G = 29.52%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B2500D (or 0xB2500D) is known color: Rust. HEX triplet: B2, 50 and 0D. RGB value is (178,80,13). Sum of RGB (Red+Green+Blue) = 178+80+13=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2500D is #4DAFF2. Grayscale: #666666. Windows color (decimal): -5091315 or 872626. OLE color: 872626.

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

Color convert

RGB 178 80 13 -
CMYK 0 0.55 0.93 0.30
HSL 24.36º 0.86% 0.37% -
HSV(B) 24.36º 0.93% 0.7% -
XYZ 21.3 15.23 2.2 -
YUV 101.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 178 80 13 0 0.55 0.93 0.30 24.36 0.86 0.37
Hex B2 50 D 0 37 5D 1E 18 56 25
Octal 262 120 15 0 67 135 36 30 126 45
Binary 10110010 1010000 1101 0 110111 1011101 11110 11000 1010110 100101

Color Harmonies of #B2500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2500D

Black with #B2500D

Text Example


Text Example

White with #B2500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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