Html Css Color HEX #B22F4E Old Rose

📋 copy color: '#B22F4E'

red 178 ◦ green 47 ◦ blue 78

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

Shades of Old Rose #B22F4E

Tints of Old Rose #B22F4E

RGB

 RED value IS 178 (69.92% from 255) = 58.75%

 GREEN value IS 47 (18.75% from 255) = 15.51%

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 58.75%
G = 15.51%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B22F4E (or 0xB22F4E) is known color: Old Rose. HEX triplet: B2, 2F and 4E. RGB value is (178,47,78). Sum of RGB (Red+Green+Blue) = 178+47+78=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F4E is #4DD0B1. Grayscale: #595959. Windows color (decimal): -5099698 or 5124018. OLE color: 5124018.

HSL color Cylindrical-coordinate representation of color #B22F4E: hue angle of 345.8º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F4E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 47 78 -
CMYK 0 0.74 0.56 0.30
HSL 345.8º 0.58% 0.44% -
HSV(B) 345.8º 0.74% 0.7% -
XYZ 20.75 12.05 8.44 -
YUV 89.7 121.4 190.98 -
System Red Green Blue C M Y K H S L
Decimal 178 47 78 0 0.74 0.56 0.30 345.8 0.58 0.44
Hex B2 2F 4E 0 4A 38 1E 15A 3A 2C
Octal 262 57 116 0 112 70 36 532 72 54
Binary 10110010 101111 1001110 0 1001010 111000 11110 101011010 111010 101100

Color Harmonies of #B22F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F4E

Black with #B22F4E

Text Example


Text Example

White with #B22F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F4E; }

 p { color: rgb(178,47,78); }

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

background-color css

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

 a { background-color: rgb(178,47,78); }

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

border-color css

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

 span { border-color: rgb(178,47,78); }

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