Html Css Color HEX #B2274B Old Rose

📋 copy color: '#B2274B'

red 178 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #B2274B

Tints of Old Rose #B2274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 60.96%
G = 13.36%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2274B (or 0xB2274B) is known color: Old Rose. HEX triplet: B2, 27 and 4B. RGB value is (178,39,75). Sum of RGB (Red+Green+Blue) = 178+39+75=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2274B is #4DD8B4. Grayscale: #545454. Windows color (decimal): -5101749 or 4925362. OLE color: 4925362.

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

Color convert

RGB 178 39 75 -
CMYK 0 0.78 0.58 0.30
HSL 344.46º 0.64% 0.43% -
HSV(B) 344.46º 0.78% 0.7% -
XYZ 20.36 11.42 7.79 -
YUV 84.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 178 39 75 0 0.78 0.58 0.30 344.46 0.64 0.43
Hex B2 27 4B 0 4E 3A 1E 158 40 2B
Octal 262 47 113 0 116 72 36 530 100 53
Binary 10110010 100111 1001011 0 1001110 111010 11110 101011000 1000000 101011

Color Harmonies of #B2274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2274B

Black with #B2274B

Text Example


Text Example

White with #B2274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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