Html Css Color HEX #B2273F Old Rose

📋 copy color: '#B2273F'

red 178 ◦ green 39 ◦ blue 63

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

Shades of Old Rose #B2273F

Tints of Old Rose #B2273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 63.57%
G = 13.93%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2273F (or 0xB2273F) is known color: Old Rose. HEX triplet: B2, 27 and 3F. RGB value is (178,39,63). Sum of RGB (Red+Green+Blue) = 178+39+63=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2273F is #4DD8C0. Grayscale: #535353. Windows color (decimal): -5101761 or 4138930. OLE color: 4138930.

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

Color convert

RGB 178 39 63 -
CMYK 0 0.78 0.65 0.30
HSL 349.64º 0.64% 0.43% -
HSV(B) 349.64º 0.78% 0.7% -
XYZ 19.98 11.27 5.83 -
YUV 83.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 178 39 63 0 0.78 0.65 0.30 349.64 0.64 0.43
Hex B2 27 3F 0 4E 41 1E 15E 40 2B
Octal 262 47 77 0 116 101 36 536 100 53
Binary 10110010 100111 111111 0 1001110 1000001 11110 101011110 1000000 101011

Color Harmonies of #B2273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2273F

Black with #B2273F

Text Example


Text Example

White with #B2273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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