Html Css Color HEX #B43E21 Rust

📋 copy color: '#B43E21'

red 180 ◦ green 62 ◦ blue 33

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

Shades of Rust #B43E21

Tints of Rust #B43E21

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.55%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 65.45%
G = 22.55%
B = 12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B43E21 (or 0xB43E21) is known color: Rust. HEX triplet: B4, 3E and 21. RGB value is (180,62,33). Sum of RGB (Red+Green+Blue) = 180+62+33=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E21 is #4BC1DE. Grayscale: #5E5E5E. Windows color (decimal): -4964831 or 2178740. OLE color: 2178740.

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

Color convert

RGB 180 62 33 -
CMYK 0 0.66 0.82 0.29
HSL 11.84º 0.69% 0.42% -
HSV(B) 11.84º 0.82% 0.71% -
XYZ 20.82 13.26 2.9 -
YUV 93.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 180 62 33 0 0.66 0.82 0.29 11.84 0.69 0.42
Hex B4 3E 21 0 42 52 1D C 45 2A
Octal 264 76 41 0 102 122 35 14 105 52
Binary 10110100 111110 100001 0 1000010 1010010 11101 1100 1000101 101010

Color Harmonies of #B43E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E21

Black with #B43E21

Text Example


Text Example

White with #B43E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E21; }

 p { color: rgb(180,62,33); }

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

background-color css

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

 a { background-color: rgb(180,62,33); }

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

border-color css

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

 span { border-color: rgb(180,62,33); }

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