Html Css Color HEX #B8370A Rust

📋 copy color: '#B8370A'

red 184 ◦ green 55 ◦ blue 10

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

Shades of Rust #B8370A

Tints of Rust #B8370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 10 (4.3% from 255) = 4.02%

R = 73.9%
G = 22.09%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B8370A (or 0xB8370A) is known color: Rust. HEX triplet: B8, 37 and 0A. RGB value is (184,55,10). Sum of RGB (Red+Green+Blue) = 184+55+10=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B8370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8370A is #47C8F5. Grayscale: #585858. Windows color (decimal): -4704502 or 669624. OLE color: 669624.

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

Color convert

RGB 184 55 10 -
CMYK 0 0.70 0.95 0.28
HSL 15.52º 0.9% 0.38% -
HSV(B) 15.52º 0.95% 0.72% -
XYZ 21.19 12.94 1.67 -
YUV 88.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 184 55 10 0 0.70 0.95 0.28 15.52 0.9 0.38
Hex B8 37 A 0 46 5F 1C 10 5A 26
Octal 270 67 12 0 106 137 34 20 132 46
Binary 10111000 110111 1010 0 1000110 1011111 11100 10000 1011010 100110

Color Harmonies of #B8370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8370A

Black with #B8370A

Text Example


Text Example

White with #B8370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8370A; }

 p { color: rgb(184,55,10); }

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

background-color css

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

 a { background-color: rgb(184,55,10); }

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

border-color css

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

 span { border-color: rgb(184,55,10); }

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