Html Css Color HEX #B22841 Old Rose

📋 copy color: '#B22841'

red 178 ◦ green 40 ◦ blue 65

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

Shades of Old Rose #B22841

Tints of Old Rose #B22841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 62.9%
G = 14.13%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22841 (or 0xB22841) is known color: Old Rose. HEX triplet: B2, 28 and 41. RGB value is (178,40,65). Sum of RGB (Red+Green+Blue) = 178+40+65=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B22841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22841 is #4DD7BE. Grayscale: #545454. Windows color (decimal): -5101503 or 4270258. OLE color: 4270258.

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

Color convert

RGB 178 40 65 -
CMYK 0 0.78 0.63 0.30
HSL 349.13º 0.63% 0.43% -
HSV(B) 349.13º 0.78% 0.7% -
XYZ 20.07 11.36 6.14 -
YUV 84.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 178 40 65 0 0.78 0.63 0.30 349.13 0.63 0.43
Hex B2 28 41 0 4E 3F 1E 15D 3F 2B
Octal 262 50 101 0 116 77 36 535 77 53
Binary 10110010 101000 1000001 0 1001110 111111 11110 101011101 111111 101011

Color Harmonies of #B22841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22841

Black with #B22841

Text Example


Text Example

White with #B22841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22841; }

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

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

background-color css

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

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

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

border-color css

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

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

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