Html Css Color HEX #B43946 Old Rose

📋 copy color: '#B43946'

red 180 ◦ green 57 ◦ blue 70

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

Shades of Old Rose #B43946

Tints of Old Rose #B43946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.57%

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

R = 58.63%
G = 18.57%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B43946 (or 0xB43946) is known color: Old Rose. HEX triplet: B4, 39 and 46. RGB value is (180,57,70). Sum of RGB (Red+Green+Blue) = 180+57+70=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B43946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43946 is #4BC6B9. Grayscale: #5F5F5F. Windows color (decimal): -4966074 or 4602292. OLE color: 4602292.

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

Color convert

RGB 180 57 70 -
CMYK 0 0.68 0.61 0.29
HSL 353.66º 0.52% 0.46% -
HSV(B) 353.66º 0.68% 0.71% -
XYZ 21.39 13.07 7.19 -
YUV 95.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 180 57 70 0 0.68 0.61 0.29 353.66 0.52 0.46
Hex B4 39 46 0 44 3D 1D 162 34 2E
Octal 264 71 106 0 104 75 35 542 64 56
Binary 10110100 111001 1000110 0 1000100 111101 11101 101100010 110100 101110

Color Harmonies of #B43946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43946

Black with #B43946

Text Example


Text Example

White with #B43946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43946; }

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

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

background-color css

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

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

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

border-color css

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

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

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