Html Css Color HEX #B73043 Old Rose

📋 copy color: '#B73043'

red 183 ◦ green 48 ◦ blue 67

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

Shades of Old Rose #B73043

Tints of Old Rose #B73043

RGB

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

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

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

R = 61.41%
G = 16.11%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B73043 (or 0xB73043) is known color: Old Rose. HEX triplet: B7, 30 and 43. RGB value is (183,48,67). Sum of RGB (Red+Green+Blue) = 183+48+67=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B73043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73043 is #48CFBC. Grayscale: #5A5A5A. Windows color (decimal): -4771773 or 4403383. OLE color: 4403383.

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

Color convert

RGB 183 48 67 -
CMYK 0 0.74 0.63 0.28
HSL 351.56º 0.58% 0.45% -
HSV(B) 351.56º 0.74% 0.72% -
XYZ 21.6 12.59 6.6 -
YUV 90.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 183 48 67 0 0.74 0.63 0.28 351.56 0.58 0.45
Hex B7 30 43 0 4A 3F 1C 160 3A 2D
Octal 267 60 103 0 112 77 34 540 72 55
Binary 10110111 110000 1000011 0 1001010 111111 11100 101100000 111010 101101

Color Harmonies of #B73043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73043

Black with #B73043

Text Example


Text Example

White with #B73043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73043; }

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

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

background-color css

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

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

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

border-color css

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

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

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