Html Css Color HEX #B73002 Rust

📋 copy color: '#B73002'

red 183 ◦ green 48 ◦ blue 2

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

Shades of Rust #B73002

Tints of Rust #B73002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 78.54%
G = 20.6%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73002 (or 0xB73002) is known color: Rust. HEX triplet: B7, 30 and 02. RGB value is (183,48,2). Sum of RGB (Red+Green+Blue) = 183+48+2=233 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.54% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 183 - color contains mainly: red. Hex color #B73002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73002 is #48CFFD. Grayscale: #535353. Windows color (decimal): -4771838 or 143543. OLE color: 143543.

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

Color convert

RGB 183 48 2 -
CMYK 0 0.74 0.99 0.28
HSL 15.25º 0.98% 0.36% -
HSV(B) 15.25º 0.99% 0.72% -
XYZ 20.6 12.19 1.32 -
YUV 83.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 183 48 2 0 0.74 0.99 0.28 15.25 0.98 0.36
Hex B7 30 2 0 4A 63 1C F 62 24
Octal 267 60 2 0 112 143 34 17 142 44
Binary 10110111 110000 10 0 1001010 1100011 11100 1111 1100010 100100

Color Harmonies of #B73002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73002

Black with #B73002

Text Example


Text Example

White with #B73002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73002; }

 p { color: rgb(183,48,2); }

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

background-color css

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

 a { background-color: rgb(183,48,2); }

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

border-color css

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

 span { border-color: rgb(183,48,2); }

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