Html Css Color HEX #B43915 Rust

📋 copy color: '#B43915'

red 180 ◦ green 57 ◦ blue 21

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

Shades of Rust #B43915

Tints of Rust #B43915

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 69.77%
G = 22.09%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43915 (or 0xB43915) is known color: Rust. HEX triplet: B4, 39 and 15. RGB value is (180,57,21). Sum of RGB (Red+Green+Blue) = 180+57+21=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B43915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43915 is #4BC6EA. Grayscale: #595959. Windows color (decimal): -4966123 or 1391028. OLE color: 1391028.

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

Color convert

RGB 180 57 21 -
CMYK 0 0.68 0.88 0.29
HSL 13.58º 0.79% 0.39% -
HSV(B) 13.58º 0.88% 0.71% -
XYZ 20.42 12.68 2.08 -
YUV 89.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 180 57 21 0 0.68 0.88 0.29 13.58 0.79 0.39
Hex B4 39 15 0 44 58 1D E 4F 27
Octal 264 71 25 0 104 130 35 16 117 47
Binary 10110100 111001 10101 0 1000100 1011000 11101 1110 1001111 100111

Color Harmonies of #B43915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43915

Black with #B43915

Text Example


Text Example

White with #B43915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43915; }

 p { color: rgb(180,57,21); }

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

background-color css

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

 a { background-color: rgb(180,57,21); }

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

border-color css

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

 span { border-color: rgb(180,57,21); }

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