Html Css Color HEX #B83005 Rust

📋 copy color: '#B83005'

red 184 ◦ green 48 ◦ blue 5

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

Shades of Rust #B83005

Tints of Rust #B83005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 77.64%
G = 20.25%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B83005 (or 0xB83005) is known color: Rust. HEX triplet: B8, 30 and 05. RGB value is (184,48,5). Sum of RGB (Red+Green+Blue) = 184+48+5=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B83005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83005 is #47CFFA. Grayscale: #545454. Windows color (decimal): -4706299 or 340152. OLE color: 340152.

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

Color convert

RGB 184 48 5 -
CMYK 0 0.74 0.97 0.28
HSL 14.41º 0.95% 0.37% -
HSV(B) 14.41º 0.97% 0.72% -
XYZ 20.85 12.32 1.42 -
YUV 83.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 184 48 5 0 0.74 0.97 0.28 14.41 0.95 0.37
Hex B8 30 5 0 4A 61 1C E 5F 25
Octal 270 60 5 0 112 141 34 16 137 45
Binary 10111000 110000 101 0 1001010 1100001 11100 1110 1011111 100101

Color Harmonies of #B83005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83005

Black with #B83005

Text Example


Text Example

White with #B83005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83005; }

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

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

background-color css

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

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

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

border-color css

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

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

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