Html Css Color HEX #B72F04 Rust

📋 copy color: '#B72F04'

red 183 ◦ green 47 ◦ blue 4

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

Shades of Rust #B72F04

Tints of Rust #B72F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 78.21%
G = 20.09%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B72F04 (or 0xB72F04) is known color: Rust. HEX triplet: B7, 2F and 04. RGB value is (183,47,4). Sum of RGB (Red+Green+Blue) = 183+47+4=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72F04 is #48D0FB. Grayscale: #535353. Windows color (decimal): -4772092 or 274359. OLE color: 274359.

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

Color convert

RGB 183 47 4 -
CMYK 0 0.74 0.98 0.28
HSL 14.41º 0.96% 0.37% -
HSV(B) 14.41º 0.98% 0.72% -
XYZ 20.57 12.11 1.37 -
YUV 82.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 183 47 4 0 0.74 0.98 0.28 14.41 0.96 0.37
Hex B7 2F 4 0 4A 62 1C E 60 25
Octal 267 57 4 0 112 142 34 16 140 45
Binary 10110111 101111 100 0 1001010 1100010 11100 1110 1100000 100101

Color Harmonies of #B72F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72F04

Black with #B72F04

Text Example


Text Example

White with #B72F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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