Html Css Color HEX #B43315 Rust

📋 copy color: '#B43315'

red 180 ◦ green 51 ◦ blue 21

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

Shades of Rust #B43315

Tints of Rust #B43315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

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

R = 71.43%
G = 20.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B43315 (or 0xB43315) is known color: Rust. HEX triplet: B4, 33 and 15. RGB value is (180,51,21). Sum of RGB (Red+Green+Blue) = 180+51+21=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B43315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43315 is #4BCCEA. Grayscale: #565656. Windows color (decimal): -4967659 or 1389492. OLE color: 1389492.

HSL color Cylindrical-coordinate representation of color #B43315: hue angle of 11.32º 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 #B43315 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 21 -
CMYK 0 0.72 0.88 0.29
HSL 11.32º 0.79% 0.39% -
HSV(B) 11.32º 0.88% 0.71% -
XYZ 20.14 12.13 1.99 -
YUV 86.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 180 51 21 0 0.72 0.88 0.29 11.32 0.79 0.39
Hex B4 33 15 0 48 58 1D B 4F 27
Octal 264 63 25 0 110 130 35 13 117 47
Binary 10110100 110011 10101 0 1001000 1011000 11101 1011 1001111 100111

Color Harmonies of #B43315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43315

Black with #B43315

Text Example


Text Example

White with #B43315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43315; }

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

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

background-color css

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

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

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

border-color css

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

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

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