Html Css Color HEX #B82F0A Rust

📋 copy color: '#B82F0A'

red 184 ◦ green 47 ◦ blue 10

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

Shades of Rust #B82F0A

Tints of Rust #B82F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 76.35%
G = 19.5%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B82F0A (or 0xB82F0A) is known color: Rust. HEX triplet: B8, 2F and 0A. RGB value is (184,47,10). Sum of RGB (Red+Green+Blue) = 184+47+10=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F0A is #47D0F5. Grayscale: #545454. Windows color (decimal): -4706550 or 667576. OLE color: 667576.

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

Color convert

RGB 184 47 10 -
CMYK 0 0.74 0.95 0.28
HSL 12.76º 0.9% 0.38% -
HSV(B) 12.76º 0.95% 0.72% -
XYZ 20.84 12.25 1.55 -
YUV 83.75 86.39 199.51 -
System Red Green Blue C M Y K H S L
Decimal 184 47 10 0 0.74 0.95 0.28 12.76 0.9 0.38
Hex B8 2F A 0 4A 5F 1C D 5A 26
Octal 270 57 12 0 112 137 34 15 132 46
Binary 10111000 101111 1010 0 1001010 1011111 11100 1101 1011010 100110

Color Harmonies of #B82F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F0A

Black with #B82F0A

Text Example


Text Example

White with #B82F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F0A; }

 p { color: rgb(184,47,10); }

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

background-color css

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

 a { background-color: rgb(184,47,10); }

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

border-color css

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

 span { border-color: rgb(184,47,10); }

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