Html Css Color HEX #B22940 Old Rose

📋 copy color: '#B22940'

red 178 ◦ green 41 ◦ blue 64

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

Shades of Old Rose #B22940

Tints of Old Rose #B22940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 62.9%
G = 14.49%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B22940 (or 0xB22940) is known color: Old Rose. HEX triplet: B2, 29 and 40. RGB value is (178,41,64). Sum of RGB (Red+Green+Blue) = 178+41+64=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22940 is #4DD6BF. Grayscale: #545454. Windows color (decimal): -5101248 or 4204978. OLE color: 4204978.

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

Color convert

RGB 178 41 64 -
CMYK 0 0.77 0.64 0.30
HSL 349.93º 0.63% 0.43% -
HSV(B) 349.93º 0.77% 0.7% -
XYZ 20.08 11.42 6 -
YUV 84.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 178 41 64 0 0.77 0.64 0.30 349.93 0.63 0.43
Hex B2 29 40 0 4D 40 1E 15E 3F 2B
Octal 262 51 100 0 115 100 36 536 77 53
Binary 10110010 101001 1000000 0 1001101 1000000 11110 101011110 111111 101011

Color Harmonies of #B22940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22940

Black with #B22940

Text Example


Text Example

White with #B22940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22940; }

 p { color: rgb(178,41,64); }

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

background-color css

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

 a { background-color: rgb(178,41,64); }

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

border-color css

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

 span { border-color: rgb(178,41,64); }

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