Html Css Color HEX #B43012 Rust

📋 copy color: '#B43012'

red 180 ◦ green 48 ◦ blue 18

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

Shades of Rust #B43012

Tints of Rust #B43012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 73.17%
G = 19.51%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B43012 (or 0xB43012) is known color: Rust. HEX triplet: B4, 30 and 12. RGB value is (180,48,18). Sum of RGB (Red+Green+Blue) = 180+48+18=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B43012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43012 is #4BCFED. Grayscale: #545454. Windows color (decimal): -4968430 or 1192116. OLE color: 1192116.

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

Color convert

RGB 180 48 18 -
CMYK 0 0.73 0.9 0.29
HSL 11.11º 0.82% 0.39% -
HSV(B) 11.11º 0.9% 0.71% -
XYZ 19.99 11.86 1.81 -
YUV 84.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 180 48 18 0 0.73 0.9 0.29 11.11 0.82 0.39
Hex B4 30 12 0 49 5A 1D B 52 27
Octal 264 60 22 0 111 132 35 13 122 47
Binary 10110100 110000 10010 0 1001001 1011010 11101 1011 1010010 100111

Color Harmonies of #B43012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43012

Black with #B43012

Text Example


Text Example

White with #B43012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43012; }

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

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

background-color css

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

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

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

border-color css

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

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

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