Html Css Color HEX #B0421E Rust

📋 copy color: '#B0421E'

red 176 ◦ green 66 ◦ blue 30

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

Shades of Rust #B0421E

Tints of Rust #B0421E

RGB

 RED value IS 176 (69.14% from 255) = 64.71%

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 64.71%
G = 24.26%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0421E (or 0xB0421E) is known color: Rust. HEX triplet: B0, 42 and 1E. RGB value is (176,66,30). Sum of RGB (Red+Green+Blue) = 176+66+30=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0421E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0421E is #4FBDE1. Grayscale: #5F5F5F. Windows color (decimal): -5225954 or 1983152. OLE color: 1983152.

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

Color convert

RGB 176 66 30 -
CMYK 0 0.62 0.83 0.31
HSL 14.79º 0.71% 0.4% -
HSV(B) 14.79º 0.83% 0.69% -
XYZ 20.09 13.22 2.72 -
YUV 94.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 176 66 30 0 0.62 0.83 0.31 14.79 0.71 0.4
Hex B0 42 1E 0 3E 53 1F F 47 28
Octal 260 102 36 0 76 123 37 17 107 50
Binary 10110000 1000010 11110 0 111110 1010011 11111 1111 1000111 101000

Color Harmonies of #B0421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0421E

Black with #B0421E

Text Example


Text Example

White with #B0421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0421E; }

 p { color: rgb(176,66,30); }

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

background-color css

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

 a { background-color: rgb(176,66,30); }

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

border-color css

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

 span { border-color: rgb(176,66,30); }

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