Html Css Color HEX #B22045 Old Rose

📋 copy color: '#B22045'

red 178 ◦ green 32 ◦ blue 69

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

Shades of Old Rose #B22045

Tints of Old Rose #B22045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.47%

 BLUE value IS 69 (27.34% from 255) = 24.73%

R = 63.8%
G = 11.47%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B22045 (or 0xB22045) is known color: Old Rose. HEX triplet: B2, 20 and 45. RGB value is (178,32,69). Sum of RGB (Red+Green+Blue) = 178+32+69=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B22045 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22045 is #4DDFBA. Grayscale: #4F4F4F. Windows color (decimal): -5103547 or 4530354. OLE color: 4530354.

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

Color convert

RGB 178 32 69 -
CMYK 0 0.82 0.61 0.30
HSL 344.79º 0.7% 0.41% -
HSV(B) 344.79º 0.82% 0.7% -
XYZ 19.95 10.93 6.69 -
YUV 79.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 178 32 69 0 0.82 0.61 0.30 344.79 0.7 0.41
Hex B2 20 45 0 52 3D 1E 159 46 29
Octal 262 40 105 0 122 75 36 531 106 51
Binary 10110010 100000 1000101 0 1010010 111101 11110 101011001 1000110 101001

Color Harmonies of #B22045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22045

Black with #B22045

Text Example


Text Example

White with #B22045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22045; }

 p { color: rgb(178,32,69); }

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

background-color css

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

 a { background-color: rgb(178,32,69); }

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

border-color css

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

 span { border-color: rgb(178,32,69); }

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