Html Css Color HEX #B8300A Rust

📋 copy color: '#B8300A'

red 184 ◦ green 48 ◦ blue 10

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

Shades of Rust #B8300A

Tints of Rust #B8300A

RGB

 RED value IS 184 (72.27% from 255) = 76.03%

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

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

R = 76.03%
G = 19.83%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8300A (or 0xB8300A) is known color: Rust. HEX triplet: B8, 30 and 0A. RGB value is (184,48,10). Sum of RGB (Red+Green+Blue) = 184+48+10=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B8300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8300A is #47CFF5. Grayscale: #545454. Windows color (decimal): -4706294 or 667832. OLE color: 667832.

HSL color Cylindrical-coordinate representation of color #B8300A: hue angle of 13.1º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8300A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 10 -
CMYK 0 0.74 0.95 0.28
HSL 13.1º 0.9% 0.38% -
HSV(B) 13.1º 0.95% 0.72% -
XYZ 20.88 12.33 1.57 -
YUV 84.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 184 48 10 0 0.74 0.95 0.28 13.1 0.9 0.38
Hex B8 30 A 0 4A 5F 1C D 5A 26
Octal 270 60 12 0 112 137 34 15 132 46
Binary 10111000 110000 1010 0 1001010 1011111 11100 1101 1011010 100110

Color Harmonies of #B8300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8300A

Black with #B8300A

Text Example


Text Example

White with #B8300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8300A; }

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

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

background-color css

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

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

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

border-color css

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

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

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