Html Css Color HEX #B22740 Old Rose

📋 copy color: '#B22740'

red 178 ◦ green 39 ◦ blue 64

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

Shades of Old Rose #B22740

Tints of Old Rose #B22740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 63.35%
G = 13.88%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B22740 (or 0xB22740) is known color: Old Rose. HEX triplet: B2, 27 and 40. RGB value is (178,39,64). Sum of RGB (Red+Green+Blue) = 178+39+64=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B22740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22740 is #4DD8BF. Grayscale: #535353. Windows color (decimal): -5101760 or 4204466. OLE color: 4204466.

HSL color Cylindrical-coordinate representation of color #B22740: hue angle of 349.21º degrees, saturation: 0.64, 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 #B22740 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 39 64 -
CMYK 0 0.78 0.64 0.30
HSL 349.21º 0.64% 0.43% -
HSV(B) 349.21º 0.78% 0.7% -
XYZ 20.01 11.29 5.97 -
YUV 83.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 178 39 64 0 0.78 0.64 0.30 349.21 0.64 0.43
Hex B2 27 40 0 4E 40 1E 15D 40 2B
Octal 262 47 100 0 116 100 36 535 100 53
Binary 10110010 100111 1000000 0 1001110 1000000 11110 101011101 1000000 101011

Color Harmonies of #B22740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22740

Black with #B22740

Text Example


Text Example

White with #B22740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22740; }

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

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

background-color css

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

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

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

border-color css

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

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

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