Html Css Color HEX #B83A00 Rust

📋 copy color: '#B83A00'

red 184 ◦ green 58 ◦ blue 0

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

Shades of Rust #B83A00

Tints of Rust #B83A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 76.03%
G = 23.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B83A00 (or 0xB83A00) is known color: Rust. HEX triplet: B8, 3A and 00. RGB value is (184,58,0). Sum of RGB (Red+Green+Blue) = 184+58+0=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A00 is #47C5FF. Grayscale: #595959. Windows color (decimal): -4703744 or 15032. OLE color: 15032.

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

Color convert

RGB 184 58 0 -
CMYK 0 0.68 1 0.28
HSL 18.91º 1% 0.36% -
HSV(B) 18.91º 1% 0.72% -
XYZ 21.28 13.22 1.43 -
YUV 89.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 184 58 0 0 0.68 1 0.28 18.91 1 0.36
Hex B8 3A 0 0 44 64 1C 13 64 24
Octal 270 72 0 0 104 144 34 23 144 44
Binary 10111000 111010 0 0 1000100 1100100 11100 10011 1100100 100100

Color Harmonies of #B83A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A00

Black with #B83A00

Text Example


Text Example

White with #B83A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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