Html Css Color HEX #B73443 Old Rose

📋 copy color: '#B73443'

red 183 ◦ green 52 ◦ blue 67

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

Shades of Old Rose #B73443

Tints of Old Rose #B73443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 60.6%
G = 17.22%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73443 (or 0xB73443) is known color: Old Rose. HEX triplet: B7, 34 and 43. RGB value is (183,52,67). Sum of RGB (Red+Green+Blue) = 183+52+67=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73443 is #48CBBC. Grayscale: #5C5C5C. Windows color (decimal): -4770749 or 4404407. OLE color: 4404407.

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

Color convert

RGB 183 52 67 -
CMYK 0 0.72 0.63 0.28
HSL 353.13º 0.56% 0.46% -
HSV(B) 353.13º 0.72% 0.72% -
XYZ 21.77 12.93 6.66 -
YUV 92.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 183 52 67 0 0.72 0.63 0.28 353.13 0.56 0.46
Hex B7 34 43 0 48 3F 1C 161 38 2E
Octal 267 64 103 0 110 77 34 541 70 56
Binary 10110111 110100 1000011 0 1001000 111111 11100 101100001 111000 101110

Color Harmonies of #B73443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73443

Black with #B73443

Text Example


Text Example

White with #B73443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73443; }

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

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

background-color css

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

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

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

border-color css

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

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

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