Html Css Color HEX #B3344A Old Rose

📋 copy color: '#B3344A'

red 179 ◦ green 52 ◦ blue 74

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

Shades of Old Rose #B3344A

Tints of Old Rose #B3344A

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

 GREEN value IS 52 (20.7% from 255) = 17.05%

 BLUE value IS 74 (29.3% from 255) = 24.26%

R = 58.69%
G = 17.05%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B3344A (or 0xB3344A) is known color: Old Rose. HEX triplet: B3, 34 and 4A. RGB value is (179,52,74). Sum of RGB (Red+Green+Blue) = 179+52+74=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B3344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3344A is #4CCBB5. Grayscale: #5C5C5C. Windows color (decimal): -5032886 or 4863155. OLE color: 4863155.

HSL color Cylindrical-coordinate representation of color #B3344A: hue angle of 349.61º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3344A is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 52 74 -
CMYK 0 0.71 0.59 0.30
HSL 349.61º 0.55% 0.45% -
HSV(B) 349.61º 0.71% 0.7% -
XYZ 21.05 12.53 7.79 -
YUV 92.48 117.58 189.71 -
System Red Green Blue C M Y K H S L
Decimal 179 52 74 0 0.71 0.59 0.30 349.61 0.55 0.45
Hex B3 34 4A 0 47 3B 1E 15E 37 2D
Octal 263 64 112 0 107 73 36 536 67 55
Binary 10110011 110100 1001010 0 1000111 111011 11110 101011110 110111 101101

Color Harmonies of #B3344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3344A

Black with #B3344A

Text Example


Text Example

White with #B3344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3344A; }

 p { color: rgb(179,52,74); }

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

background-color css

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

 a { background-color: rgb(179,52,74); }

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

border-color css

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

 span { border-color: rgb(179,52,74); }

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