Html Css Color HEX #B43010 Rust

📋 copy color: '#B43010'

red 180 ◦ green 48 ◦ blue 16

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

Shades of Rust #B43010

Tints of Rust #B43010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 73.77%
G = 19.67%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B43010 (or 0xB43010) is known color: Rust. HEX triplet: B4, 30 and 10. RGB value is (180,48,16). Sum of RGB (Red+Green+Blue) = 180+48+16=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B43010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43010 is #4BCFEF. Grayscale: #545454. Windows color (decimal): -4968432 or 1061044. OLE color: 1061044.

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

Color convert

RGB 180 48 16 -
CMYK 0 0.73 0.91 0.29
HSL 11.71º 0.84% 0.38% -
HSV(B) 11.71º 0.91% 0.71% -
XYZ 19.97 11.85 1.73 -
YUV 83.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 180 48 16 0 0.73 0.91 0.29 11.71 0.84 0.38
Hex B4 30 10 0 49 5B 1D C 54 26
Octal 264 60 20 0 111 133 35 14 124 46
Binary 10110100 110000 10000 0 1001001 1011011 11101 1100 1010100 100110

Color Harmonies of #B43010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43010

Black with #B43010

Text Example


Text Example

White with #B43010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43010; }

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

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

background-color css

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

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

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

border-color css

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

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

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