Html Css Color HEX #B73402 Rust

📋 copy color: '#B73402'

red 183 ◦ green 52 ◦ blue 2

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

Shades of Rust #B73402

Tints of Rust #B73402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 77.22%
G = 21.94%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B73402 (or 0xB73402) is known color: Rust. HEX triplet: B7, 34 and 02. RGB value is (183,52,2). Sum of RGB (Red+Green+Blue) = 183+52+2=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B73402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73402 is #48CBFD. Grayscale: #555555. Windows color (decimal): -4770814 or 144567. OLE color: 144567.

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

Color convert

RGB 183 52 2 -
CMYK 0 0.72 0.99 0.28
HSL 16.57º 0.98% 0.36% -
HSV(B) 16.57º 0.99% 0.72% -
XYZ 20.77 12.53 1.38 -
YUV 85.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 183 52 2 0 0.72 0.99 0.28 16.57 0.98 0.36
Hex B7 34 2 0 48 63 1C 11 62 24
Octal 267 64 2 0 110 143 34 21 142 44
Binary 10110111 110100 10 0 1001000 1100011 11100 10001 1100010 100100

Color Harmonies of #B73402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73402

Black with #B73402

Text Example


Text Example

White with #B73402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73402; }

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

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

background-color css

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

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

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

border-color css

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

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

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