Html Css Color HEX #B1421D Rust

📋 copy color: '#B1421D'

red 177 ◦ green 66 ◦ blue 29

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

Shades of Rust #B1421D

Tints of Rust #B1421D

RGB

 RED value IS 177 (69.53% from 255) = 65.07%

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 65.07%
G = 24.26%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1421D (or 0xB1421D) is known color: Rust. HEX triplet: B1, 42 and 1D. RGB value is (177,66,29). Sum of RGB (Red+Green+Blue) = 177+66+29=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1421D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1421D is #4EBDE2. Grayscale: #5F5F5F. Windows color (decimal): -5160419 or 1917617. OLE color: 1917617.

HSL color Cylindrical-coordinate representation of color #B1421D: hue angle of 15º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1421D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 29 -
CMYK 0 0.63 0.84 0.31
HSL 15º 0.72% 0.4% -
HSV(B) 15º 0.84% 0.69% -
XYZ 20.3 13.33 2.67 -
YUV 94.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 177 66 29 0 0.63 0.84 0.31 15 0.72 0.4
Hex B1 42 1D 0 3F 54 1F F 48 28
Octal 261 102 35 0 77 124 37 17 110 50
Binary 10110001 1000010 11101 0 111111 1010100 11111 1111 1001000 101000

Color Harmonies of #B1421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1421D

Black with #B1421D

Text Example


Text Example

White with #B1421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1421D; }

 p { color: rgb(177,66,29); }

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

background-color css

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

 a { background-color: rgb(177,66,29); }

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

border-color css

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

 span { border-color: rgb(177,66,29); }

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