Html Css Color HEX #B83C12 Rust

📋 copy color: '#B83C12'

red 184 ◦ green 60 ◦ blue 18

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

Shades of Rust #B83C12

Tints of Rust #B83C12

RGB

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

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

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

R = 70.23%
G = 22.9%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B83C12 (or 0xB83C12) is known color: Rust. HEX triplet: B8, 3C and 12. RGB value is (184,60,18). Sum of RGB (Red+Green+Blue) = 184+60+18=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C12 is #47C3ED. Grayscale: #5C5C5C. Windows color (decimal): -4703214 or 1195192. OLE color: 1195192.

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

Color convert

RGB 184 60 18 -
CMYK 0 0.67 0.90 0.28
HSL 15.18º 0.82% 0.4% -
HSV(B) 15.18º 0.9% 0.72% -
XYZ 21.49 13.47 2.04 -
YUV 92.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 184 60 18 0 0.67 0.90 0.28 15.18 0.82 0.4
Hex B8 3C 12 0 43 5A 1C F 52 28
Octal 270 74 22 0 103 132 34 17 122 50
Binary 10111000 111100 10010 0 1000011 1011010 11100 1111 1010010 101000

Color Harmonies of #B83C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83C12

Black with #B83C12

Text Example


Text Example

White with #B83C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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