Html Css Color HEX #B4370C Rust

📋 copy color: '#B4370C'

red 180 ◦ green 55 ◦ blue 12

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

Shades of Rust #B4370C

Tints of Rust #B4370C

RGB

 RED value IS 180 (70.7% from 255) = 72.87%

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

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 72.87%
G = 22.27%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4370C (or 0xB4370C) is known color: Rust. HEX triplet: B4, 37 and 0C. RGB value is (180,55,12). Sum of RGB (Red+Green+Blue) = 180+55+12=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B4370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4370C is #4BC8F3. Grayscale: #575757. Windows color (decimal): -4966644 or 800692. OLE color: 800692.

HSL color Cylindrical-coordinate representation of color #B4370C: hue angle of 15.36º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4370C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 12 -
CMYK 0 0.69 0.93 0.29
HSL 15.36º 0.88% 0.38% -
HSV(B) 15.36º 0.93% 0.71% -
XYZ 20.25 12.46 1.69 -
YUV 87.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 180 55 12 0 0.69 0.93 0.29 15.36 0.88 0.38
Hex B4 37 C 0 45 5D 1D F 58 26
Octal 264 67 14 0 105 135 35 17 130 46
Binary 10110100 110111 1100 0 1000101 1011101 11101 1111 1011000 100110

Color Harmonies of #B4370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4370C

Black with #B4370C

Text Example


Text Example

White with #B4370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4370C; }

 p { color: rgb(180,55,12); }

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

background-color css

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

 a { background-color: rgb(180,55,12); }

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

border-color css

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

 span { border-color: rgb(180,55,12); }

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