Html Css Color HEX #B22D46 Old Rose

📋 copy color: '#B22D46'

red 178 ◦ green 45 ◦ blue 70

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

Shades of Old Rose #B22D46

Tints of Old Rose #B22D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.36%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 60.75%
G = 15.36%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B22D46 (or 0xB22D46) is known color: Old Rose. HEX triplet: B2, 2D and 46. RGB value is (178,45,70). Sum of RGB (Red+Green+Blue) = 178+45+70=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D46 is #4DD2B9. Grayscale: #575757. Windows color (decimal): -5100218 or 4599218. OLE color: 4599218.

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

Color convert

RGB 178 45 70 -
CMYK 0 0.75 0.61 0.30
HSL 348.72º 0.6% 0.44% -
HSV(B) 348.72º 0.75% 0.7% -
XYZ 20.4 11.78 6.99 -
YUV 87.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 178 45 70 0 0.75 0.61 0.30 348.72 0.6 0.44
Hex B2 2D 46 0 4B 3D 1E 15D 3C 2C
Octal 262 55 106 0 113 75 36 535 74 54
Binary 10110010 101101 1000110 0 1001011 111101 11110 101011101 111100 101100

Color Harmonies of #B22D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22D46

Black with #B22D46

Text Example


Text Example

White with #B22D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22D46; }

 p { color: rgb(178,45,70); }

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

background-color css

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

 a { background-color: rgb(178,45,70); }

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

border-color css

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

 span { border-color: rgb(178,45,70); }

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