Html Css Color HEX #B2214B Old Rose

📋 copy color: '#B2214B'

red 178 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #B2214B

Tints of Old Rose #B2214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 62.24%
G = 11.54%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2214B (or 0xB2214B) is known color: Old Rose. HEX triplet: B2, 21 and 4B. RGB value is (178,33,75). Sum of RGB (Red+Green+Blue) = 178+33+75=286 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.24% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 178 - color contains mainly: red. Hex color #B2214B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2214B is #4DDEB4. Grayscale: #515151. Windows color (decimal): -5103285 or 4923826. OLE color: 4923826.

HSL color Cylindrical-coordinate representation of color #B2214B: hue angle of 342.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2214B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 33 75 -
CMYK 0 0.81 0.58 0.30
HSL 342.62º 0.69% 0.41% -
HSV(B) 342.62º 0.81% 0.7% -
XYZ 20.17 11.06 7.73 -
YUV 81.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 178 33 75 0 0.81 0.58 0.30 342.62 0.69 0.41
Hex B2 21 4B 0 51 3A 1E 157 45 29
Octal 262 41 113 0 121 72 36 527 105 51
Binary 10110010 100001 1001011 0 1010001 111010 11110 101010111 1000101 101001

Color Harmonies of #B2214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2214B

Black with #B2214B

Text Example


Text Example

White with #B2214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2214B; }

 p { color: rgb(178,33,75); }

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

background-color css

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

 a { background-color: rgb(178,33,75); }

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

border-color css

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

 span { border-color: rgb(178,33,75); }

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