Html Css Color HEX #B7421E Rust

📋 copy color: '#B7421E'

red 183 ◦ green 66 ◦ blue 30

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

Shades of Rust #B7421E

Tints of Rust #B7421E

RGB

 RED value IS 183 (71.88% from 255) = 65.59%

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

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

R = 65.59%
G = 23.66%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7421E (or 0xB7421E) is known color: Rust. HEX triplet: B7, 42 and 1E. RGB value is (183,66,30). Sum of RGB (Red+Green+Blue) = 183+66+30=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7421E is #48BDE1. Grayscale: #616161. Windows color (decimal): -4767202 or 1983159. OLE color: 1983159.

HSL color Cylindrical-coordinate representation of color #B7421E: hue angle of 14.12º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7421E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 30 -
CMYK 0 0.64 0.84 0.28
HSL 14.12º 0.72% 0.42% -
HSV(B) 14.12º 0.84% 0.72% -
XYZ 21.71 14.06 2.8 -
YUV 96.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 183 66 30 0 0.64 0.84 0.28 14.12 0.72 0.42
Hex B7 42 1E 0 40 54 1C E 48 2A
Octal 267 102 36 0 100 124 34 16 110 52
Binary 10110111 1000010 11110 0 1000000 1010100 11100 1110 1001000 101010

Color Harmonies of #B7421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7421E

Black with #B7421E

Text Example


Text Example

White with #B7421E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7421E; }

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

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

background-color css

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

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

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

border-color css

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

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

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