Html Css Color HEX #B22642 Old Rose

📋 copy color: '#B22642'

red 178 ◦ green 38 ◦ blue 66

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

Shades of Old Rose #B22642

Tints of Old Rose #B22642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 63.12%
G = 13.48%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22642 (or 0xB22642) is known color: Old Rose. HEX triplet: B2, 26 and 42. RGB value is (178,38,66). Sum of RGB (Red+Green+Blue) = 178+38+66=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B22642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22642 is #4DD9BD. Grayscale: #535353. Windows color (decimal): -5102014 or 4335282. OLE color: 4335282.

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

Color convert

RGB 178 38 66 -
CMYK 0 0.79 0.63 0.30
HSL 348º 0.65% 0.42% -
HSV(B) 348º 0.79% 0.7% -
XYZ 20.04 11.24 6.27 -
YUV 83.05 118.38 195.72 -
System Red Green Blue C M Y K H S L
Decimal 178 38 66 0 0.79 0.63 0.30 348 0.65 0.42
Hex B2 26 42 0 4F 3F 1E 15C 41 2A
Octal 262 46 102 0 117 77 36 534 101 52
Binary 10110010 100110 1000010 0 1001111 111111 11110 101011100 1000001 101010

Color Harmonies of #B22642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22642

Black with #B22642

Text Example


Text Example

White with #B22642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22642; }

 p { color: rgb(178,38,66); }

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

background-color css

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

 a { background-color: rgb(178,38,66); }

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

border-color css

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

 span { border-color: rgb(178,38,66); }

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