Html Css Color HEX #B7441C Rust

📋 copy color: '#B7441C'

red 183 ◦ green 68 ◦ blue 28

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

Shades of Rust #B7441C

Tints of Rust #B7441C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

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

R = 65.59%
G = 24.37%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7441C (or 0xB7441C) is known color: Rust. HEX triplet: B7, 44 and 1C. RGB value is (183,68,28). Sum of RGB (Red+Green+Blue) = 183+68+28=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7441C is #48BBE3. Grayscale: #626262. Windows color (decimal): -4766692 or 1852599. OLE color: 1852599.

HSL color Cylindrical-coordinate representation of color #B7441C: hue angle of 15.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7441C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 28 -
CMYK 0 0.63 0.85 0.28
HSL 15.48º 0.73% 0.41% -
HSV(B) 15.48º 0.85% 0.72% -
XYZ 21.81 14.29 2.71 -
YUV 97.83 88.6 188.75 -
System Red Green Blue C M Y K H S L
Decimal 183 68 28 0 0.63 0.85 0.28 15.48 0.73 0.41
Hex B7 44 1C 0 3F 55 1C F 49 29
Octal 267 104 34 0 77 125 34 17 111 51
Binary 10110111 1000100 11100 0 111111 1010101 11100 1111 1001001 101001

Color Harmonies of #B7441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7441C

Black with #B7441C

Text Example


Text Example

White with #B7441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7441C; }

 p { color: rgb(183,68,28); }

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

background-color css

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

 a { background-color: rgb(183,68,28); }

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

border-color css

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

 span { border-color: rgb(183,68,28); }

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