Html Css Color HEX #B83300 Rust

📋 copy color: '#B83300'

red 184 ◦ green 51 ◦ blue 0

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

Shades of Rust #B83300

Tints of Rust #B83300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.3%
G = 21.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B83300 (or 0xB83300) is known color: Rust. HEX triplet: B8, 33 and 00. RGB value is (184,51,0). Sum of RGB (Red+Green+Blue) = 184+51+0=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B83300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83300 is #47CCFF. Grayscale: #555555. Windows color (decimal): -4705536 or 13240. OLE color: 13240.

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

Color convert

RGB 184 51 0 -
CMYK 0 0.72 1 0.28
HSL 16.63º 1% 0.36% -
HSV(B) 16.63º 1% 0.72% -
XYZ 20.95 12.56 1.32 -
YUV 84.95 80.06 198.65 -
System Red Green Blue C M Y K H S L
Decimal 184 51 0 0 0.72 1 0.28 16.63 1 0.36
Hex B8 33 0 0 48 64 1C 11 64 24
Octal 270 63 0 0 110 144 34 21 144 44
Binary 10111000 110011 0 0 1001000 1100100 11100 10001 1100100 100100

Color Harmonies of #B83300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83300

Black with #B83300

Text Example


Text Example

White with #B83300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83300; }

 p { color: rgb(184,51,0); }

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

background-color css

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

 a { background-color: rgb(184,51,0); }

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

border-color css

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

 span { border-color: rgb(184,51,0); }

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