Html Css Color HEX #B82C02 Rust

📋 copy color: '#B82C02'

red 184 ◦ green 44 ◦ blue 2

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

Shades of Rust #B82C02

Tints of Rust #B82C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

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

R = 80%
G = 19.13%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B82C02 (or 0xB82C02) is known color: Rust. HEX triplet: B8, 2C and 02. RGB value is (184,44,2). Sum of RGB (Red+Green+Blue) = 184+44+2=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C02 is #47D3FD. Grayscale: #515151. Windows color (decimal): -4707326 or 142520. OLE color: 142520.

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

Color convert

RGB 184 44 2 -
CMYK 0 0.76 0.99 0.28
HSL 13.85º 0.98% 0.36% -
HSV(B) 13.85º 0.99% 0.72% -
XYZ 20.68 12 1.28 -
YUV 81.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 184 44 2 0 0.76 0.99 0.28 13.85 0.98 0.36
Hex B8 2C 2 0 4C 63 1C E 62 24
Octal 270 54 2 0 114 143 34 16 142 44
Binary 10111000 101100 10 0 1001100 1100011 11100 1110 1100010 100100

Color Harmonies of #B82C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C02

Black with #B82C02

Text Example


Text Example

White with #B82C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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