Html Css Color HEX #B02800 Rust

📋 copy color: '#B02800'

red 176 ◦ green 40 ◦ blue 0

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

Shades of Rust #B02800

Tints of Rust #B02800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 81.48%
G = 18.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02800 (or 0xB02800) is known color: Rust. HEX triplet: B0, 28 and 00. RGB value is (176,40,0). Sum of RGB (Red+Green+Blue) = 176+40+0=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B02800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02800 is #4FD7FF. Grayscale: #4C4C4C. Windows color (decimal): -5232640 or 10416. OLE color: 10416.

HSL color Cylindrical-coordinate representation of color #B02800: hue angle of 13.64º 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 #B02800 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 40 0 -
CMYK 0 0.77 1 0.31
HSL 13.64º 1% 0.35% -
HSV(B) 13.64º 1% 0.69% -
XYZ 18.66 10.75 1.09 -
YUV 76.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 176 40 0 0 0.77 1 0.31 13.64 1 0.35
Hex B0 28 0 0 4D 64 1F E 64 23
Octal 260 50 0 0 115 144 37 16 144 43
Binary 10110000 101000 0 0 1001101 1100100 11111 1110 1100100 100011

Color Harmonies of #B02800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02800

Black with #B02800

Text Example


Text Example

White with #B02800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02800; }

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

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

background-color css

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

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

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

border-color css

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

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

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