Html Css Color HEX #B4310D Rust

📋 copy color: '#B4310D'

red 180 ◦ green 49 ◦ blue 13

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

Shades of Rust #B4310D

Tints of Rust #B4310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 74.38%
G = 20.25%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4310D (or 0xB4310D) is known color: Rust. HEX triplet: B4, 31 and 0D. RGB value is (180,49,13). Sum of RGB (Red+Green+Blue) = 180+49+13=242 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.38% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 180 - color contains mainly: red. Hex color #B4310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4310D is #4BCEF2. Grayscale: #545454. Windows color (decimal): -4968179 or 864692. OLE color: 864692.

HSL color Cylindrical-coordinate representation of color #B4310D: hue angle of 12.93º degrees, saturation: 0.87, 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 #B4310D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 49 13 -
CMYK 0 0.73 0.93 0.29
HSL 12.93º 0.87% 0.38% -
HSV(B) 12.93º 0.93% 0.71% -
XYZ 19.99 11.93 1.63 -
YUV 84.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 180 49 13 0 0.73 0.93 0.29 12.93 0.87 0.38
Hex B4 31 D 0 49 5D 1D D 57 26
Octal 264 61 15 0 111 135 35 15 127 46
Binary 10110100 110001 1101 0 1001001 1011101 11101 1101 1010111 100110

Color Harmonies of #B4310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4310D

Black with #B4310D

Text Example


Text Example

White with #B4310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4310D; }

 p { color: rgb(180,49,13); }

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

background-color css

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

 a { background-color: rgb(180,49,13); }

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

border-color css

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

 span { border-color: rgb(180,49,13); }

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