Html Css Color HEX #B02400 Rust

📋 copy color: '#B02400'

red 176 ◦ green 36 ◦ blue 0

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

Shades of Rust #B02400

Tints of Rust #B02400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 83.02%
G = 16.98%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B02400 (or 0xB02400) is known color: Rust. HEX triplet: B0, 24 and 00. RGB value is (176,36,0). Sum of RGB (Red+Green+Blue) = 176+36+0=212 (28% of max value = 765). Red value is 176 (69.14% from 255 or 83.02% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 176 - color contains mainly: red. Hex color #B02400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02400 is #4FDBFF. Grayscale: #4A4A4A. Windows color (decimal): -5233664 or 9392. OLE color: 9392.

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

Color convert

RGB 176 36 0 -
CMYK 0 0.80 1 0.31
HSL 12.27º 1% 0.35% -
HSV(B) 12.27º 1% 0.69% -
XYZ 18.54 10.49 1.05 -
YUV 73.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 176 36 0 0 0.80 1 0.31 12.27 1 0.35
Hex B0 24 0 0 50 64 1F C 64 23
Octal 260 44 0 0 120 144 37 14 144 43
Binary 10110000 100100 0 0 1010000 1100100 11111 1100 1100100 100011

Color Harmonies of #B02400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02400

Black with #B02400

Text Example


Text Example

White with #B02400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02400; }

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

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

background-color css

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

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

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

border-color css

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

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

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