Html Css Color HEX #B33A4D Old Rose

📋 copy color: '#B33A4D'

red 179 ◦ green 58 ◦ blue 77

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

Shades of Old Rose #B33A4D

Tints of Old Rose #B33A4D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 57.01%
G = 18.47%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B33A4D (or 0xB33A4D) is known color: Old Rose. HEX triplet: B3, 3A and 4D. RGB value is (179,58,77). Sum of RGB (Red+Green+Blue) = 179+58+77=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33A4D is #4CC5B2. Grayscale: #606060. Windows color (decimal): -5031347 or 5061299. OLE color: 5061299.

HSL color Cylindrical-coordinate representation of color #B33A4D: hue angle of 350.58º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A4D is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 58 77 -
CMYK 0 0.68 0.57 0.30
HSL 350.58º 0.51% 0.46% -
HSV(B) 350.58º 0.68% 0.7% -
XYZ 21.44 13.15 8.43 -
YUV 96.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 179 58 77 0 0.68 0.57 0.30 350.58 0.51 0.46
Hex B3 3A 4D 0 44 39 1E 15F 33 2E
Octal 263 72 115 0 104 71 36 537 63 56
Binary 10110011 111010 1001101 0 1000100 111001 11110 101011111 110011 101110

Color Harmonies of #B33A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33A4D

Black with #B33A4D

Text Example


Text Example

White with #B33A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33A4D; }

 p { color: rgb(179,58,77); }

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

background-color css

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

 a { background-color: rgb(179,58,77); }

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

border-color css

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

 span { border-color: rgb(179,58,77); }

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