Html Css Color HEX #B8330C Rust

📋 copy color: '#B8330C'

red 184 ◦ green 51 ◦ blue 12

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

Shades of Rust #B8330C

Tints of Rust #B8330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 74.49%
G = 20.65%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8330C (or 0xB8330C) is known color: Rust. HEX triplet: B8, 33 and 0C. RGB value is (184,51,12). Sum of RGB (Red+Green+Blue) = 184+51+12=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B8330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8330C is #47CCF3. Grayscale: #565656. Windows color (decimal): -4705524 or 799672. OLE color: 799672.

HSL color Cylindrical-coordinate representation of color #B8330C: hue angle of 13.6º 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 #B8330C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 12 -
CMYK 0 0.72 0.93 0.28
HSL 13.6º 0.88% 0.38% -
HSV(B) 13.6º 0.93% 0.72% -
XYZ 21.02 12.58 1.67 -
YUV 86.32 86.06 197.67 -
System Red Green Blue C M Y K H S L
Decimal 184 51 12 0 0.72 0.93 0.28 13.6 0.88 0.38
Hex B8 33 C 0 48 5D 1C E 58 26
Octal 270 63 14 0 110 135 34 16 130 46
Binary 10111000 110011 1100 0 1001000 1011101 11100 1110 1011000 100110

Color Harmonies of #B8330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8330C

Black with #B8330C

Text Example


Text Example

White with #B8330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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