Html Css Color HEX #B02500 Rust

📋 copy color: '#B02500'

red 176 ◦ green 37 ◦ blue 0

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

Shades of Rust #B02500

Tints of Rust #B02500

RGB

 RED value IS 176 (69.14% from 255) = 82.63%

 GREEN value IS 37 (14.84% from 255) = 17.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.63%
G = 17.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02500 (or 0xB02500) is known color: Rust. HEX triplet: B0, 25 and 00. RGB value is (176,37,0). Sum of RGB (Red+Green+Blue) = 176+37+0=213 (28% of max value = 765). Red value is 176 (69.14% from 255 or 82.63% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 176 - color contains mainly: red. Hex color #B02500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02500 is #4FDAFF. Grayscale: #4A4A4A. Windows color (decimal): -5233408 or 9648. OLE color: 9648.

HSL color Cylindrical-coordinate representation of color #B02500: hue angle of 12.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B02500 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 0 -
CMYK 0 0.79 1 0.31
HSL 12.61º 1% 0.35% -
HSV(B) 12.61º 1% 0.69% -
XYZ 18.57 10.55 1.06 -
YUV 74.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 176 37 0 0 0.79 1 0.31 12.61 1 0.35
Hex B0 25 0 0 4F 64 1F D 64 23
Octal 260 45 0 0 117 144 37 15 144 43
Binary 10110000 100101 0 0 1001111 1100100 11111 1101 1100100 100011

Color Harmonies of #B02500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02500

Black with #B02500

Text Example


Text Example

White with #B02500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02500; }

 p { color: rgb(176,37,0); }

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

background-color css

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

 a { background-color: rgb(176,37,0); }

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

border-color css

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

 span { border-color: rgb(176,37,0); }

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