Html Css Color HEX #B22C4A Old Rose

📋 copy color: '#B22C4A'

red 178 ◦ green 44 ◦ blue 74

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

Shades of Old Rose #B22C4A

Tints of Old Rose #B22C4A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.86%

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

R = 60.14%
G = 14.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B22C4A (or 0xB22C4A) is known color: Old Rose. HEX triplet: B2, 2C and 4A. RGB value is (178,44,74). Sum of RGB (Red+Green+Blue) = 178+44+74=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C4A is #4DD3B5. Grayscale: #575757. Windows color (decimal): -5100470 or 4861106. OLE color: 4861106.

HSL color Cylindrical-coordinate representation of color #B22C4A: hue angle of 346.57º 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 #B22C4A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 74 -
CMYK 0 0.75 0.58 0.30
HSL 346.57º 0.6% 0.44% -
HSV(B) 346.57º 0.75% 0.7% -
XYZ 20.5 11.76 7.67 -
YUV 87.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 178 44 74 0 0.75 0.58 0.30 346.57 0.6 0.44
Hex B2 2C 4A 0 4B 3A 1E 15B 3C 2C
Octal 262 54 112 0 113 72 36 533 74 54
Binary 10110010 101100 1001010 0 1001011 111010 11110 101011011 111100 101100

Color Harmonies of #B22C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C4A

Black with #B22C4A

Text Example


Text Example

White with #B22C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C4A; }

 p { color: rgb(178,44,74); }

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

background-color css

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

 a { background-color: rgb(178,44,74); }

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

border-color css

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

 span { border-color: rgb(178,44,74); }

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