Html Css Color HEX #B22853 Old Rose

📋 copy color: '#B22853'

red 178 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #B22853

Tints of Old Rose #B22853

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 59.14%
G = 13.29%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B22853 (or 0xB22853) is known color: Old Rose. HEX triplet: B2, 28 and 53. RGB value is (178,40,83). Sum of RGB (Red+Green+Blue) = 178+40+83=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B22853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22853 is #4DD7AC. Grayscale: #565656. Windows color (decimal): -5101485 or 5449906. OLE color: 5449906.

HSL color Cylindrical-coordinate representation of color #B22853: hue angle of 341.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22853 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 83 -
CMYK 0 0.78 0.53 0.30
HSL 341.3º 0.63% 0.43% -
HSV(B) 341.3º 0.78% 0.7% -
XYZ 20.68 11.61 9.33 -
YUV 86.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 178 40 83 0 0.78 0.53 0.30 341.3 0.63 0.43
Hex B2 28 53 0 4E 35 1E 155 3F 2B
Octal 262 50 123 0 116 65 36 525 77 53
Binary 10110010 101000 1010011 0 1001110 110101 11110 101010101 111111 101011

Color Harmonies of #B22853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22853

Black with #B22853

Text Example


Text Example

White with #B22853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22853; }

 p { color: rgb(178,40,83); }

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

background-color css

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

 a { background-color: rgb(178,40,83); }

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

border-color css

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

 span { border-color: rgb(178,40,83); }

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