Html Css Color HEX #B43C46 Old Rose

📋 copy color: '#B43C46'

red 180 ◦ green 60 ◦ blue 70

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

Shades of Old Rose #B43C46

Tints of Old Rose #B43C46

RGB

 RED value IS 180 (70.7% from 255) = 58.06%

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 58.06%
G = 19.35%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B43C46 (or 0xB43C46) is known color: Old Rose. HEX triplet: B4, 3C and 46. RGB value is (180,60,70). Sum of RGB (Red+Green+Blue) = 180+60+70=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43C46 is #4BC3B9. Grayscale: #616161. Windows color (decimal): -4965306 or 4603060. OLE color: 4603060.

HSL color Cylindrical-coordinate representation of color #B43C46: hue angle of 355º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43C46 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 60 70 -
CMYK 0 0.67 0.61 0.29
HSL 355º 0.5% 0.47% -
HSV(B) 355º 0.67% 0.71% -
XYZ 21.54 13.38 7.24 -
YUV 97.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 180 60 70 0 0.67 0.61 0.29 355 0.5 0.47
Hex B4 3C 46 0 43 3D 1D 163 32 2F
Octal 264 74 106 0 103 75 35 543 62 57
Binary 10110100 111100 1000110 0 1000011 111101 11101 101100011 110010 101111

Color Harmonies of #B43C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43C46

Black with #B43C46

Text Example


Text Example

White with #B43C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43C46; }

 p { color: rgb(180,60,70); }

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

background-color css

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

 a { background-color: rgb(180,60,70); }

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

border-color css

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

 span { border-color: rgb(180,60,70); }

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