Html Css Color HEX #B22C44 Old Rose

📋 copy color: '#B22C44'

red 178 ◦ green 44 ◦ blue 68

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

Shades of Old Rose #B22C44

Tints of Old Rose #B22C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 61.38%
G = 15.17%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B22C44 (or 0xB22C44) is known color: Old Rose. HEX triplet: B2, 2C and 44. RGB value is (178,44,68). Sum of RGB (Red+Green+Blue) = 178+44+68=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C44 is #4DD3BB. Grayscale: #565656. Windows color (decimal): -5100476 or 4467890. OLE color: 4467890.

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

Color convert

RGB 178 44 68 -
CMYK 0 0.75 0.62 0.30
HSL 349.25º 0.6% 0.44% -
HSV(B) 349.25º 0.75% 0.7% -
XYZ 20.3 11.68 6.65 -
YUV 86.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 178 44 68 0 0.75 0.62 0.30 349.25 0.6 0.44
Hex B2 2C 44 0 4B 3E 1E 15D 3C 2C
Octal 262 54 104 0 113 76 36 535 74 54
Binary 10110010 101100 1000100 0 1001011 111110 11110 101011101 111100 101100

Color Harmonies of #B22C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C44

Black with #B22C44

Text Example


Text Example

White with #B22C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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