Html Css Color HEX #B43610 Rust

📋 copy color: '#B43610'

red 180 ◦ green 54 ◦ blue 16

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

Shades of Rust #B43610

Tints of Rust #B43610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 72%
G = 21.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43610 (or 0xB43610) is known color: Rust. HEX triplet: B4, 36 and 10. RGB value is (180,54,16). Sum of RGB (Red+Green+Blue) = 180+54+16=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B43610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43610 is #4BC9EF. Grayscale: #575757. Windows color (decimal): -4966896 or 1062580. OLE color: 1062580.

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

Color convert

RGB 180 54 16 -
CMYK 0 0.7 0.91 0.29
HSL 13.9º 0.84% 0.38% -
HSV(B) 13.9º 0.91% 0.71% -
XYZ 20.24 12.38 1.81 -
YUV 87.34 87.74 194.09 -
System Red Green Blue C M Y K H S L
Decimal 180 54 16 0 0.7 0.91 0.29 13.9 0.84 0.38
Hex B4 36 10 0 46 5B 1D E 54 26
Octal 264 66 20 0 106 133 35 16 124 46
Binary 10110100 110110 10000 0 1000110 1011011 11101 1110 1010100 100110

Color Harmonies of #B43610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43610

Black with #B43610

Text Example


Text Example

White with #B43610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43610; }

 p { color: rgb(180,54,16); }

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

background-color css

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

 a { background-color: rgb(180,54,16); }

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

border-color css

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

 span { border-color: rgb(180,54,16); }

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