Html Css Color HEX #B1420A Rust

📋 copy color: '#B1420A'

red 177 ◦ green 66 ◦ blue 10

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

Shades of Rust #B1420A

Tints of Rust #B1420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.95%

R = 69.96%
G = 26.09%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1420A (or 0xB1420A) is known color: Rust. HEX triplet: B1, 42 and 0A. RGB value is (177,66,10). Sum of RGB (Red+Green+Blue) = 177+66+10=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1420A is #4EBDF5. Grayscale: #5D5D5D. Windows color (decimal): -5160438 or 672433. OLE color: 672433.

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

Color convert

RGB 177 66 10 -
CMYK 0 0.63 0.94 0.31
HSL 20.12º 0.89% 0.37% -
HSV(B) 20.12º 0.94% 0.69% -
XYZ 20.13 13.27 1.79 -
YUV 92.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 177 66 10 0 0.63 0.94 0.31 20.12 0.89 0.37
Hex B1 42 A 0 3F 5E 1F 14 59 25
Octal 261 102 12 0 77 136 37 24 131 45
Binary 10110001 1000010 1010 0 111111 1011110 11111 10100 1011001 100101

Color Harmonies of #B1420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1420A

Black with #B1420A

Text Example


Text Example

White with #B1420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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