Html Css Color HEX #B8300C Rust

📋 copy color: '#B8300C'

red 184 ◦ green 48 ◦ blue 12

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

Shades of Rust #B8300C

Tints of Rust #B8300C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 75.41%
G = 19.67%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8300C (or 0xB8300C) is known color: Rust. HEX triplet: B8, 30 and 0C. RGB value is (184,48,12). Sum of RGB (Red+Green+Blue) = 184+48+12=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B8300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8300C is #47CFF3. Grayscale: #545454. Windows color (decimal): -4706292 or 798904. OLE color: 798904.

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

Color convert

RGB 184 48 12 -
CMYK 0 0.74 0.93 0.28
HSL 12.56º 0.88% 0.38% -
HSV(B) 12.56º 0.93% 0.72% -
XYZ 20.89 12.33 1.63 -
YUV 84.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 184 48 12 0 0.74 0.93 0.28 12.56 0.88 0.38
Hex B8 30 C 0 4A 5D 1C D 58 26
Octal 270 60 14 0 112 135 34 15 130 46
Binary 10111000 110000 1100 0 1001010 1011101 11100 1101 1011000 100110

Color Harmonies of #B8300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8300C

Black with #B8300C

Text Example


Text Example

White with #B8300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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