Html Css Color HEX #B82C03 Rust

📋 copy color: '#B82C03'

red 184 ◦ green 44 ◦ blue 3

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

Shades of Rust #B82C03

Tints of Rust #B82C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.3%

R = 79.65%
G = 19.05%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B82C03 (or 0xB82C03) is known color: Rust. HEX triplet: B8, 2C and 03. RGB value is (184,44,3). Sum of RGB (Red+Green+Blue) = 184+44+3=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B82C03 is #47D3FC. Grayscale: #515151. Windows color (decimal): -4707325 or 208056. OLE color: 208056.

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

Color convert

RGB 184 44 3 -
CMYK 0 0.76 0.98 0.28
HSL 13.59º 0.97% 0.37% -
HSV(B) 13.59º 0.98% 0.72% -
XYZ 20.68 12 1.31 -
YUV 81.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 184 44 3 0 0.76 0.98 0.28 13.59 0.97 0.37
Hex B8 2C 3 0 4C 62 1C E 61 25
Octal 270 54 3 0 114 142 34 16 141 45
Binary 10111000 101100 11 0 1001100 1100010 11100 1110 1100001 100101

Color Harmonies of #B82C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82C03

Black with #B82C03

Text Example


Text Example

White with #B82C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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