Html Css Color HEX #B0300A Rust

📋 copy color: '#B0300A'

red 176 ◦ green 48 ◦ blue 10

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

Shades of Rust #B0300A

Tints of Rust #B0300A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 10 (4.3% from 255) = 4.27%

R = 75.21%
G = 20.51%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0300A (or 0xB0300A) is known color: Rust. HEX triplet: B0, 30 and 0A. RGB value is (176,48,10). Sum of RGB (Red+Green+Blue) = 176+48+10=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B0300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0300A is #4FCFF5. Grayscale: #525252. Windows color (decimal): -5230582 or 667824. OLE color: 667824.

HSL color Cylindrical-coordinate representation of color #B0300A: hue angle of 13.73º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0300A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 10 -
CMYK 0 0.73 0.94 0.31
HSL 13.73º 0.89% 0.36% -
HSV(B) 13.73º 0.94% 0.69% -
XYZ 19.02 11.37 1.48 -
YUV 81.94 87.41 195.09 -
System Red Green Blue C M Y K H S L
Decimal 176 48 10 0 0.73 0.94 0.31 13.73 0.89 0.36
Hex B0 30 A 0 49 5E 1F E 59 24
Octal 260 60 12 0 111 136 37 16 131 44
Binary 10110000 110000 1010 0 1001001 1011110 11111 1110 1011001 100100

Color Harmonies of #B0300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0300A

Black with #B0300A

Text Example


Text Example

White with #B0300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0300A; }

 p { color: rgb(176,48,10); }

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

background-color css

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

 a { background-color: rgb(176,48,10); }

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

border-color css

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

 span { border-color: rgb(176,48,10); }

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