Html Css Color HEX #B83A14 Rust

📋 copy color: '#B83A14'

red 184 ◦ green 58 ◦ blue 20

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

Shades of Rust #B83A14

Tints of Rust #B83A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 20 (8.2% from 255) = 7.63%

R = 70.23%
G = 22.14%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B83A14 (or 0xB83A14) is known color: Rust. HEX triplet: B8, 3A and 14. RGB value is (184,58,20). Sum of RGB (Red+Green+Blue) = 184+58+20=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A14 is #47C5EB. Grayscale: #5B5B5B. Windows color (decimal): -4703724 or 1325752. OLE color: 1325752.

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

Color convert

RGB 184 58 20 -
CMYK 0 0.68 0.89 0.28
HSL 13.9º 0.8% 0.4% -
HSV(B) 13.9º 0.89% 0.72% -
XYZ 21.41 13.27 2.09 -
YUV 91.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 184 58 20 0 0.68 0.89 0.28 13.9 0.8 0.4
Hex B8 3A 14 0 44 59 1C E 50 28
Octal 270 72 24 0 104 131 34 16 120 50
Binary 10111000 111010 10100 0 1000100 1011001 11100 1110 1010000 101000

Color Harmonies of #B83A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A14

Black with #B83A14

Text Example


Text Example

White with #B83A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A14; }

 p { color: rgb(184,58,20); }

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

background-color css

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

 a { background-color: rgb(184,58,20); }

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

border-color css

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

 span { border-color: rgb(184,58,20); }

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