Html Css Color HEX #B43243 Old Rose

📋 copy color: '#B43243'

red 180 ◦ green 50 ◦ blue 67

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

Shades of Old Rose #B43243

Tints of Old Rose #B43243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.84%

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

R = 60.61%
G = 16.84%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B43243 (or 0xB43243) is known color: Old Rose. HEX triplet: B4, 32 and 43. RGB value is (180,50,67). Sum of RGB (Red+Green+Blue) = 180+50+67=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B43243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43243 is #4BCDBC. Grayscale: #5A5A5A. Windows color (decimal): -4967869 or 4403892. OLE color: 4403892.

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

Color convert

RGB 180 50 67 -
CMYK 0 0.72 0.63 0.29
HSL 352.15º 0.57% 0.45% -
HSV(B) 352.15º 0.72% 0.71% -
XYZ 20.98 12.39 6.6 -
YUV 90.81 114.57 191.62 -
System Red Green Blue C M Y K H S L
Decimal 180 50 67 0 0.72 0.63 0.29 352.15 0.57 0.45
Hex B4 32 43 0 48 3F 1D 160 39 2D
Octal 264 62 103 0 110 77 35 540 71 55
Binary 10110100 110010 1000011 0 1001000 111111 11101 101100000 111001 101101

Color Harmonies of #B43243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43243

Black with #B43243

Text Example


Text Example

White with #B43243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43243; }

 p { color: rgb(180,50,67); }

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

background-color css

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

 a { background-color: rgb(180,50,67); }

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

border-color css

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

 span { border-color: rgb(180,50,67); }

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