Html Css Color HEX #B72C06 Rust

📋 copy color: '#B72C06'

red 183 ◦ green 44 ◦ blue 6

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

Shades of Rust #B72C06

Tints of Rust #B72C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 6 (2.73% from 255) = 2.58%

R = 78.54%
G = 18.88%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B72C06 (or 0xB72C06) is known color: Rust. HEX triplet: B7, 2C and 06. RGB value is (183,44,6). Sum of RGB (Red+Green+Blue) = 183+44+6=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72C06 is #48D3F9. Grayscale: #515151. Windows color (decimal): -4772858 or 404663. OLE color: 404663.

HSL color Cylindrical-coordinate representation of color #B72C06: hue angle of 12.88º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B72C06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 6 -
CMYK 0 0.76 0.97 0.28
HSL 12.88º 0.94% 0.37% -
HSV(B) 12.88º 0.97% 0.72% -
XYZ 20.46 11.88 1.39 -
YUV 81.23 85.55 200.59 -
System Red Green Blue C M Y K H S L
Decimal 183 44 6 0 0.76 0.97 0.28 12.88 0.94 0.37
Hex B7 2C 6 0 4C 61 1C D 5E 25
Octal 267 54 6 0 114 141 34 15 136 45
Binary 10110111 101100 110 0 1001100 1100001 11100 1101 1011110 100101

Color Harmonies of #B72C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C06

Black with #B72C06

Text Example


Text Example

White with #B72C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C06; }

 p { color: rgb(183,44,6); }

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

background-color css

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

 a { background-color: rgb(183,44,6); }

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

border-color css

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

 span { border-color: rgb(183,44,6); }

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