Html Css Color HEX #B2234B Old Rose

📋 copy color: '#B2234B'

red 178 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #B2234B

Tints of Old Rose #B2234B

RGB

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

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

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

R = 61.81%
G = 12.15%
B = 26.04%

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

#B2234B (or 0xB2234B) is known color: Old Rose. HEX triplet: B2, 23 and 4B. RGB value is (178,35,75). Sum of RGB (Red+Green+Blue) = 178+35+75=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2234B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2234B is #4DDCB4. Grayscale: #525252. Windows color (decimal): -5102773 or 4924338. OLE color: 4924338.

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

Color convert

RGB 178 35 75 -
CMYK 0 0.80 0.58 0.30
HSL 343.22º 0.67% 0.42% -
HSV(B) 343.22º 0.8% 0.7% -
XYZ 20.23 11.18 7.75 -
YUV 82.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 178 35 75 0 0.80 0.58 0.30 343.22 0.67 0.42
Hex B2 23 4B 0 50 3A 1E 157 43 2A
Octal 262 43 113 0 120 72 36 527 103 52
Binary 10110010 100011 1001011 0 1010000 111010 11110 101010111 1000011 101010

Color Harmonies of #B2234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2234B

Black with #B2234B

Text Example


Text Example

White with #B2234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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