Html Css Color HEX #B43212 Rust

📋 copy color: '#B43212'

red 180 ◦ green 50 ◦ blue 18

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

Shades of Rust #B43212

Tints of Rust #B43212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 72.58%
G = 20.16%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B43212 (or 0xB43212) is known color: Rust. HEX triplet: B4, 32 and 12. RGB value is (180,50,18). Sum of RGB (Red+Green+Blue) = 180+50+18=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43212 is #4BCDED. Grayscale: #555555. Windows color (decimal): -4967918 or 1192628. OLE color: 1192628.

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

Color convert

RGB 180 50 18 -
CMYK 0 0.72 0.9 0.29
HSL 11.85º 0.82% 0.39% -
HSV(B) 11.85º 0.9% 0.71% -
XYZ 20.07 12.03 1.84 -
YUV 85.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 180 50 18 0 0.72 0.9 0.29 11.85 0.82 0.39
Hex B4 32 12 0 48 5A 1D C 52 27
Octal 264 62 22 0 110 132 35 14 122 47
Binary 10110100 110010 10010 0 1001000 1011010 11101 1100 1010010 100111

Color Harmonies of #B43212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43212

Black with #B43212

Text Example


Text Example

White with #B43212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43212; }

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

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

background-color css

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

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

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

border-color css

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

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

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