Html Css Color HEX #B82F02 Rust

📋 copy color: '#B82F02'

red 184 ◦ green 47 ◦ blue 2

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

Shades of Rust #B82F02

Tints of Rust #B82F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 78.97%
G = 20.17%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B82F02 (or 0xB82F02) is known color: Rust. HEX triplet: B8, 2F and 02. RGB value is (184,47,2). Sum of RGB (Red+Green+Blue) = 184+47+2=233 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.97% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82F02 is #47D0FD. Grayscale: #535353. Windows color (decimal): -4706558 or 143288. OLE color: 143288.

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

Color convert

RGB 184 47 2 -
CMYK 0 0.74 0.99 0.28
HSL 14.84º 0.98% 0.36% -
HSV(B) 14.84º 0.99% 0.72% -
XYZ 20.79 12.23 1.32 -
YUV 82.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 184 47 2 0 0.74 0.99 0.28 14.84 0.98 0.36
Hex B8 2F 2 0 4A 63 1C F 62 24
Octal 270 57 2 0 112 143 34 17 142 44
Binary 10111000 101111 10 0 1001010 1100011 11100 1111 1100010 100100

Color Harmonies of #B82F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82F02

Black with #B82F02

Text Example


Text Example

White with #B82F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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