Html Css Color HEX #B82A00 Rust

📋 copy color: '#B82A00'

red 184 ◦ green 42 ◦ blue 0

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

Shades of Rust #B82A00

Tints of Rust #B82A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

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

R = 81.42%
G = 18.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B82A00 (or 0xB82A00) is known color: Rust. HEX triplet: B8, 2A and 00. RGB value is (184,42,0). Sum of RGB (Red+Green+Blue) = 184+42+0=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82A00 is #47D5FF. Grayscale: #4F4F4F. Windows color (decimal): -4707840 or 10936. OLE color: 10936.

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

Color convert

RGB 184 42 0 -
CMYK 0 0.77 1 0.28
HSL 13.7º 1% 0.36% -
HSV(B) 13.7º 1% 0.72% -
XYZ 20.6 11.85 1.2 -
YUV 79.67 83.04 202.42 -
System Red Green Blue C M Y K H S L
Decimal 184 42 0 0 0.77 1 0.28 13.7 1 0.36
Hex B8 2A 0 0 4D 64 1C E 64 24
Octal 270 52 0 0 115 144 34 16 144 44
Binary 10111000 101010 0 0 1001101 1100100 11100 1110 1100100 100100

Color Harmonies of #B82A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82A00

Black with #B82A00

Text Example


Text Example

White with #B82A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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