Html Css Color HEX #B83A1D Rust

📋 copy color: '#B83A1D'

red 184 ◦ green 58 ◦ blue 29

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

Shades of Rust #B83A1D

Tints of Rust #B83A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.4%

 BLUE value IS 29 (11.72% from 255) = 10.7%

R = 67.9%
G = 21.4%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B83A1D (or 0xB83A1D) is known color: Rust. HEX triplet: B8, 3A and 1D. RGB value is (184,58,29). Sum of RGB (Red+Green+Blue) = 184+58+29=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A1D is #47C5E2. Grayscale: #5C5C5C. Windows color (decimal): -4703715 or 1915576. OLE color: 1915576.

HSL color Cylindrical-coordinate representation of color #B83A1D: hue angle of 11.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B83A1D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 29 -
CMYK 0 0.68 0.84 0.28
HSL 11.23º 0.73% 0.42% -
HSV(B) 11.23º 0.84% 0.72% -
XYZ 21.5 13.31 2.6 -
YUV 92.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 184 58 29 0 0.68 0.84 0.28 11.23 0.73 0.42
Hex B8 3A 1D 0 44 54 1C B 49 2A
Octal 270 72 35 0 104 124 34 13 111 52
Binary 10111000 111010 11101 0 1000100 1010100 11100 1011 1001001 101010

Color Harmonies of #B83A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A1D

Black with #B83A1D

Text Example


Text Example

White with #B83A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A1D; }

 p { color: rgb(184,58,29); }

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

background-color css

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

 a { background-color: rgb(184,58,29); }

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

border-color css

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

 span { border-color: rgb(184,58,29); }

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