Html Css Color HEX #B1431C Rust

📋 copy color: '#B1431C'

red 177 ◦ green 67 ◦ blue 28

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

Shades of Rust #B1431C

Tints of Rust #B1431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 65.07%
G = 24.63%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1431C (or 0xB1431C) is known color: Rust. HEX triplet: B1, 43 and 1C. RGB value is (177,67,28). Sum of RGB (Red+Green+Blue) = 177+67+28=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1431C is #4EBCE3. Grayscale: #5F5F5F. Windows color (decimal): -5160164 or 1852337. OLE color: 1852337.

HSL color Cylindrical-coordinate representation of color #B1431C: hue angle of 15.7º degrees, saturation: 0.73, 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 #B1431C is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 28 -
CMYK 0 0.62 0.84 0.31
HSL 15.7º 0.73% 0.4% -
HSV(B) 15.7º 0.84% 0.69% -
XYZ 20.35 13.45 2.62 -
YUV 95.44 89.94 186.17 -
System Red Green Blue C M Y K H S L
Decimal 177 67 28 0 0.62 0.84 0.31 15.7 0.73 0.4
Hex B1 43 1C 0 3E 54 1F 10 49 28
Octal 261 103 34 0 76 124 37 20 111 50
Binary 10110001 1000011 11100 0 111110 1010100 11111 10000 1001001 101000

Color Harmonies of #B1431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1431C

Black with #B1431C

Text Example


Text Example

White with #B1431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1431C; }

 p { color: rgb(177,67,28); }

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

background-color css

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

 a { background-color: rgb(177,67,28); }

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

border-color css

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

 span { border-color: rgb(177,67,28); }

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