Html Css Color HEX #B83C14 Rust

📋 copy color: '#B83C14'

red 184 ◦ green 60 ◦ blue 20

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

Shades of Rust #B83C14

Tints of Rust #B83C14

RGB

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

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

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

R = 69.7%
G = 22.73%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B83C14 (or 0xB83C14) is known color: Rust. HEX triplet: B8, 3C and 14. RGB value is (184,60,20). Sum of RGB (Red+Green+Blue) = 184+60+20=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C14 is #47C3EB. Grayscale: #5C5C5C. Windows color (decimal): -4703212 or 1326264. OLE color: 1326264.

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

Color convert

RGB 184 60 20 -
CMYK 0 0.67 0.89 0.28
HSL 14.63º 0.8% 0.4% -
HSV(B) 14.63º 0.89% 0.72% -
XYZ 21.51 13.47 2.13 -
YUV 92.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 184 60 20 0 0.67 0.89 0.28 14.63 0.8 0.4
Hex B8 3C 14 0 43 59 1C F 50 28
Octal 270 74 24 0 103 131 34 17 120 50
Binary 10111000 111100 10100 0 1000011 1011001 11100 1111 1010000 101000

Color Harmonies of #B83C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C14

Black with #B83C14

Text Example


Text Example

White with #B83C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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