Html Css Color HEX #B83004 Rust

📋 copy color: '#B83004'

red 184 ◦ green 48 ◦ blue 4

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

Shades of Rust #B83004

Tints of Rust #B83004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 77.97%
G = 20.34%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B83004 (or 0xB83004) is known color: Rust. HEX triplet: B8, 30 and 04. RGB value is (184,48,4). Sum of RGB (Red+Green+Blue) = 184+48+4=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B83004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83004 is #47CFFB. Grayscale: #535353. Windows color (decimal): -4706300 or 274616. OLE color: 274616.

HSL color Cylindrical-coordinate representation of color #B83004: hue angle of 14.67º degrees, saturation: 0.96, 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 #B83004 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 48 4 -
CMYK 0 0.74 0.98 0.28
HSL 14.67º 0.96% 0.37% -
HSV(B) 14.67º 0.98% 0.72% -
XYZ 20.85 12.31 1.39 -
YUV 83.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 184 48 4 0 0.74 0.98 0.28 14.67 0.96 0.37
Hex B8 30 4 0 4A 62 1C F 60 25
Octal 270 60 4 0 112 142 34 17 140 45
Binary 10111000 110000 100 0 1001010 1100010 11100 1111 1100000 100101

Color Harmonies of #B83004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83004

Black with #B83004

Text Example


Text Example

White with #B83004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83004; }

 p { color: rgb(184,48,4); }

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

background-color css

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

 a { background-color: rgb(184,48,4); }

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

border-color css

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

 span { border-color: rgb(184,48,4); }

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