Html Css Color HEX #B83A1A Rust

📋 copy color: '#B83A1A'

red 184 ◦ green 58 ◦ blue 26

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

Shades of Rust #B83A1A

Tints of Rust #B83A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 68.66%
G = 21.64%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B83A1A (or 0xB83A1A) is known color: Rust. HEX triplet: B8, 3A and 1A. RGB value is (184,58,26). Sum of RGB (Red+Green+Blue) = 184+58+26=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A1A is #47C5E5. Grayscale: #5C5C5C. Windows color (decimal): -4703718 or 1718968. OLE color: 1718968.

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

Color convert

RGB 184 58 26 -
CMYK 0 0.68 0.86 0.28
HSL 12.15º 0.75% 0.41% -
HSV(B) 12.15º 0.86% 0.72% -
XYZ 21.47 13.29 2.41 -
YUV 92.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 184 58 26 0 0.68 0.86 0.28 12.15 0.75 0.41
Hex B8 3A 1A 0 44 56 1C C 4B 29
Octal 270 72 32 0 104 126 34 14 113 51
Binary 10111000 111010 11010 0 1000100 1010110 11100 1100 1001011 101001

Color Harmonies of #B83A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A1A

Black with #B83A1A

Text Example


Text Example

White with #B83A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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