Html Css Color HEX #B22C41 Old Rose

📋 copy color: '#B22C41'

red 178 ◦ green 44 ◦ blue 65

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

Shades of Old Rose #B22C41

Tints of Old Rose #B22C41

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.33%

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

R = 62.02%
G = 15.33%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22C41 (or 0xB22C41) is known color: Old Rose. HEX triplet: B2, 2C and 41. RGB value is (178,44,65). Sum of RGB (Red+Green+Blue) = 178+44+65=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C41 is #4DD3BE. Grayscale: #565656. Windows color (decimal): -5100479 or 4271282. OLE color: 4271282.

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

Color convert

RGB 178 44 65 -
CMYK 0 0.75 0.63 0.30
HSL 350.6º 0.6% 0.44% -
HSV(B) 350.6º 0.75% 0.7% -
XYZ 20.21 11.65 6.18 -
YUV 86.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 178 44 65 0 0.75 0.63 0.30 350.6 0.6 0.44
Hex B2 2C 41 0 4B 3F 1E 15F 3C 2C
Octal 262 54 101 0 113 77 36 537 74 54
Binary 10110010 101100 1000001 0 1001011 111111 11110 101011111 111100 101100

Color Harmonies of #B22C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C41

Black with #B22C41

Text Example


Text Example

White with #B22C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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