Html Css Color HEX #B2234A Old Rose

📋 copy color: '#B2234A'

red 178 ◦ green 35 ◦ blue 74

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

Shades of Old Rose #B2234A

Tints of Old Rose #B2234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 62.02%
G = 12.2%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2234A (or 0xB2234A) is known color: Old Rose. HEX triplet: B2, 23 and 4A. RGB value is (178,35,74). Sum of RGB (Red+Green+Blue) = 178+35+74=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2234A is #4DDCB5. Grayscale: #525252. Windows color (decimal): -5102774 or 4858802. OLE color: 4858802.

HSL color Cylindrical-coordinate representation of color #B2234A: hue angle of 343.64º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2234A is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 74 -
CMYK 0 0.80 0.58 0.30
HSL 343.64º 0.67% 0.42% -
HSV(B) 343.64º 0.8% 0.7% -
XYZ 20.2 11.16 7.57 -
YUV 82.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 178 35 74 0 0.80 0.58 0.30 343.64 0.67 0.42
Hex B2 23 4A 0 50 3A 1E 158 43 2A
Octal 262 43 112 0 120 72 36 530 103 52
Binary 10110010 100011 1001010 0 1010000 111010 11110 101011000 1000011 101010

Color Harmonies of #B2234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2234A

Black with #B2234A

Text Example


Text Example

White with #B2234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2234A; }

 p { color: rgb(178,35,74); }

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

background-color css

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

 a { background-color: rgb(178,35,74); }

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

border-color css

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

 span { border-color: rgb(178,35,74); }

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