Html Css Color HEX #B83B0C Rust

📋 copy color: '#B83B0C'

red 184 ◦ green 59 ◦ blue 12

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

Shades of Rust #B83B0C

Tints of Rust #B83B0C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.14%

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

R = 72.16%
G = 23.14%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B83B0C (or 0xB83B0C) is known color: Rust. HEX triplet: B8, 3B and 0C. RGB value is (184,59,12). Sum of RGB (Red+Green+Blue) = 184+59+12=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83B0C is #47C4F3. Grayscale: #5B5B5B. Windows color (decimal): -4703476 or 801720. OLE color: 801720.

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

Color convert

RGB 184 59 12 -
CMYK 0 0.68 0.93 0.28
HSL 16.4º 0.88% 0.38% -
HSV(B) 16.4º 0.93% 0.72% -
XYZ 21.4 13.34 1.8 -
YUV 91.02 83.41 194.32 -
System Red Green Blue C M Y K H S L
Decimal 184 59 12 0 0.68 0.93 0.28 16.4 0.88 0.38
Hex B8 3B C 0 44 5D 1C 10 58 26
Octal 270 73 14 0 104 135 34 20 130 46
Binary 10111000 111011 1100 0 1000100 1011101 11100 10000 1011000 100110

Color Harmonies of #B83B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83B0C

Black with #B83B0C

Text Example


Text Example

White with #B83B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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