Html Css Color HEX #B7451A Rust

📋 copy color: '#B7451A'

red 183 ◦ green 69 ◦ blue 26

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

Shades of Rust #B7451A

Tints of Rust #B7451A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

 BLUE value IS 26 (10.55% from 255) = 9.35%

R = 65.83%
G = 24.82%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7451A (or 0xB7451A) is known color: Rust. HEX triplet: B7, 45 and 1A. RGB value is (183,69,26). Sum of RGB (Red+Green+Blue) = 183+69+26=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7451A is #48BAE5. Grayscale: #626262. Windows color (decimal): -4766438 or 1721783. OLE color: 1721783.

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

Color convert

RGB 183 69 26 -
CMYK 0 0.62 0.86 0.28
HSL 16.43º 0.75% 0.41% -
HSV(B) 16.43º 0.86% 0.72% -
XYZ 21.84 14.4 2.61 -
YUV 98.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 183 69 26 0 0.62 0.86 0.28 16.43 0.75 0.41
Hex B7 45 1A 0 3E 56 1C 10 4B 29
Octal 267 105 32 0 76 126 34 20 113 51
Binary 10110111 1000101 11010 0 111110 1010110 11100 10000 1001011 101001

Color Harmonies of #B7451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7451A

Black with #B7451A

Text Example


Text Example

White with #B7451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7451A; }

 p { color: rgb(183,69,26); }

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

background-color css

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

 a { background-color: rgb(183,69,26); }

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

border-color css

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

 span { border-color: rgb(183,69,26); }

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