Html Css Color HEX #B83C16 Rust

📋 copy color: '#B83C16'

red 184 ◦ green 60 ◦ blue 22

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

Shades of Rust #B83C16

Tints of Rust #B83C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.56%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 69.17%
G = 22.56%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B83C16 (or 0xB83C16) is known color: Rust. HEX triplet: B8, 3C and 16. RGB value is (184,60,22). Sum of RGB (Red+Green+Blue) = 184+60+22=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C16 is #47C3E9. Grayscale: #5D5D5D. Windows color (decimal): -4703210 or 1457336. OLE color: 1457336.

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

Color convert

RGB 184 60 22 -
CMYK 0 0.67 0.88 0.28
HSL 14.07º 0.79% 0.4% -
HSV(B) 14.07º 0.88% 0.72% -
XYZ 21.53 13.48 2.23 -
YUV 92.74 88.08 193.09 -
System Red Green Blue C M Y K H S L
Decimal 184 60 22 0 0.67 0.88 0.28 14.07 0.79 0.4
Hex B8 3C 16 0 43 58 1C E 4F 28
Octal 270 74 26 0 103 130 34 16 117 50
Binary 10111000 111100 10110 0 1000011 1011000 11100 1110 1001111 101000

Color Harmonies of #B83C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C16

Black with #B83C16

Text Example


Text Example

White with #B83C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C16; }

 p { color: rgb(184,60,22); }

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

background-color css

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

 a { background-color: rgb(184,60,22); }

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

border-color css

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

 span { border-color: rgb(184,60,22); }

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