Html Css Color HEX #B83412 Rust

📋 copy color: '#B83412'

red 184 ◦ green 52 ◦ blue 18

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

Shades of Rust #B83412

Tints of Rust #B83412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 72.44%
G = 20.47%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B83412 (or 0xB83412) is known color: Rust. HEX triplet: B8, 34 and 12. RGB value is (184,52,18). Sum of RGB (Red+Green+Blue) = 184+52+18=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B83412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83412 is #47CBED. Grayscale: #575757. Windows color (decimal): -4705262 or 1193144. OLE color: 1193144.

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

Color convert

RGB 184 52 18 -
CMYK 0 0.72 0.90 0.28
HSL 12.29º 0.82% 0.4% -
HSV(B) 12.29º 0.9% 0.72% -
XYZ 21.1 12.69 1.91 -
YUV 87.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 184 52 18 0 0.72 0.90 0.28 12.29 0.82 0.4
Hex B8 34 12 0 48 5A 1C C 52 28
Octal 270 64 22 0 110 132 34 14 122 50
Binary 10111000 110100 10010 0 1001000 1011010 11100 1100 1010010 101000

Color Harmonies of #B83412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83412

Black with #B83412

Text Example


Text Example

White with #B83412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83412; }

 p { color: rgb(184,52,18); }

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

background-color css

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

 a { background-color: rgb(184,52,18); }

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

border-color css

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

 span { border-color: rgb(184,52,18); }

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