Html Css Color HEX #B43353 Old Rose

📋 copy color: '#B43353'

red 180 ◦ green 51 ◦ blue 83

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

Shades of Old Rose #B43353

Tints of Old Rose #B43353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 57.32%
G = 16.24%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B43353 (or 0xB43353) is known color: Old Rose. HEX triplet: B4, 33 and 53. RGB value is (180,51,83). Sum of RGB (Red+Green+Blue) = 180+51+83=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B43353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43353 is #4BCCAC. Grayscale: #5D5D5D. Windows color (decimal): -4967597 or 5452724. OLE color: 5452724.

HSL color Cylindrical-coordinate representation of color #B43353: hue angle of 345.12º degrees, saturation: 0.56, 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 #B43353 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 51 83 -
CMYK 0 0.72 0.54 0.29
HSL 345.12º 0.56% 0.45% -
HSV(B) 345.12º 0.72% 0.71% -
XYZ 21.57 12.7 9.5 -
YUV 93.22 122.24 189.9 -
System Red Green Blue C M Y K H S L
Decimal 180 51 83 0 0.72 0.54 0.29 345.12 0.56 0.45
Hex B4 33 53 0 48 36 1D 159 38 2D
Octal 264 63 123 0 110 66 35 531 70 55
Binary 10110100 110011 1010011 0 1001000 110110 11101 101011001 111000 101101

Color Harmonies of #B43353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43353

Black with #B43353

Text Example


Text Example

White with #B43353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43353; }

 p { color: rgb(180,51,83); }

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

background-color css

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

 a { background-color: rgb(180,51,83); }

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

border-color css

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

 span { border-color: rgb(180,51,83); }

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