Html Css Color HEX #B72A00 Rust

📋 copy color: '#B72A00'

red 183 ◦ green 42 ◦ blue 0

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

Shades of Rust #B72A00

Tints of Rust #B72A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.33%
G = 18.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B72A00 (or 0xB72A00) is known color: Rust. HEX triplet: B7, 2A and 00. RGB value is (183,42,0). Sum of RGB (Red+Green+Blue) = 183+42+0=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A00 is #48D5FF. Grayscale: #4F4F4F. Windows color (decimal): -4773376 or 10935. OLE color: 10935.

HSL color Cylindrical-coordinate representation of color #B72A00: hue angle of 13.77º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B72A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 42 0 -
CMYK 0 0.77 1 0.28
HSL 13.77º 1% 0.36% -
HSV(B) 13.77º 1% 0.72% -
XYZ 20.36 11.72 1.19 -
YUV 79.37 83.21 201.92 -
System Red Green Blue C M Y K H S L
Decimal 183 42 0 0 0.77 1 0.28 13.77 1 0.36
Hex B7 2A 0 0 4D 64 1C E 64 24
Octal 267 52 0 0 115 144 34 16 144 44
Binary 10110111 101010 0 0 1001101 1100100 11100 1110 1100100 100100

Color Harmonies of #B72A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A00

Black with #B72A00

Text Example


Text Example

White with #B72A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A00; }

 p { color: rgb(183,42,0); }

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

background-color css

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

 a { background-color: rgb(183,42,0); }

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

border-color css

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

 span { border-color: rgb(183,42,0); }

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