Html Css Color HEX #B83008 Rust

📋 copy color: '#B83008'

red 184 ◦ green 48 ◦ blue 8

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

Shades of Rust #B83008

Tints of Rust #B83008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 76.67%
G = 20%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B83008 (or 0xB83008) is known color: Rust. HEX triplet: B8, 30 and 08. RGB value is (184,48,8). Sum of RGB (Red+Green+Blue) = 184+48+8=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B83008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83008 is #47CFF7. Grayscale: #545454. Windows color (decimal): -4706296 or 536760. OLE color: 536760.

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

Color convert

RGB 184 48 8 -
CMYK 0 0.74 0.96 0.28
HSL 13.64º 0.92% 0.38% -
HSV(B) 13.64º 0.96% 0.72% -
XYZ 20.87 12.32 1.51 -
YUV 84.1 85.06 199.25 -
System Red Green Blue C M Y K H S L
Decimal 184 48 8 0 0.74 0.96 0.28 13.64 0.92 0.38
Hex B8 30 8 0 4A 60 1C E 5C 26
Octal 270 60 10 0 112 140 34 16 134 46
Binary 10111000 110000 1000 0 1001010 1100000 11100 1110 1011100 100110

Color Harmonies of #B83008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83008

Black with #B83008

Text Example


Text Example

White with #B83008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83008; }

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

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

background-color css

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

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

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

border-color css

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

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

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