Html Css Color HEX #B83006 Rust

📋 copy color: '#B83006'

red 184 ◦ green 48 ◦ blue 6

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

Shades of Rust #B83006

Tints of Rust #B83006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 6 (2.73% from 255) = 2.52%

R = 77.31%
G = 20.17%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B83006 (or 0xB83006) is known color: Rust. HEX triplet: B8, 30 and 06. RGB value is (184,48,6). Sum of RGB (Red+Green+Blue) = 184+48+6=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B83006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83006 is #47CFF9. Grayscale: #545454. Windows color (decimal): -4706298 or 405688. OLE color: 405688.

HSL color Cylindrical-coordinate representation of color #B83006: hue angle of 14.16º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B83006 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 6 -
CMYK 0 0.74 0.97 0.28
HSL 14.16º 0.94% 0.37% -
HSV(B) 14.16º 0.97% 0.72% -
XYZ 20.86 12.32 1.45 -
YUV 83.88 84.06 199.42 -
System Red Green Blue C M Y K H S L
Decimal 184 48 6 0 0.74 0.97 0.28 14.16 0.94 0.37
Hex B8 30 6 0 4A 61 1C E 5E 25
Octal 270 60 6 0 112 141 34 16 136 45
Binary 10111000 110000 110 0 1001010 1100001 11100 1110 1011110 100101

Color Harmonies of #B83006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83006

Black with #B83006

Text Example


Text Example

White with #B83006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83006; }

 p { color: rgb(184,48,6); }

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

background-color css

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

 a { background-color: rgb(184,48,6); }

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

border-color css

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

 span { border-color: rgb(184,48,6); }

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