Html Css Color HEX #B72F06 Rust

📋 copy color: '#B72F06'

red 183 ◦ green 47 ◦ blue 6

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

Shades of Rust #B72F06

Tints of Rust #B72F06

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 77.54%
G = 19.92%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B72F06 (or 0xB72F06) is known color: Rust. HEX triplet: B7, 2F and 06. RGB value is (183,47,6). Sum of RGB (Red+Green+Blue) = 183+47+6=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72F06 is #48D0F9. Grayscale: #535353. Windows color (decimal): -4772090 or 405431. OLE color: 405431.

HSL color Cylindrical-coordinate representation of color #B72F06: hue angle of 13.9º 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 #B72F06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 47 6 -
CMYK 0 0.74 0.97 0.28
HSL 13.9º 0.94% 0.37% -
HSV(B) 13.9º 0.97% 0.72% -
XYZ 20.58 12.11 1.43 -
YUV 82.99 84.56 199.33 -
System Red Green Blue C M Y K H S L
Decimal 183 47 6 0 0.74 0.97 0.28 13.9 0.94 0.37
Hex B7 2F 6 0 4A 61 1C E 5E 25
Octal 267 57 6 0 112 141 34 16 136 45
Binary 10110111 101111 110 0 1001010 1100001 11100 1110 1011110 100101

Color Harmonies of #B72F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F06

Black with #B72F06

Text Example


Text Example

White with #B72F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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