Html Css Color HEX #B2293F Old Rose

📋 copy color: '#B2293F'

red 178 ◦ green 41 ◦ blue 63

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

Shades of Old Rose #B2293F

Tints of Old Rose #B2293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 63.12%
G = 14.54%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2293F (or 0xB2293F) is known color: Old Rose. HEX triplet: B2, 29 and 3F. RGB value is (178,41,63). Sum of RGB (Red+Green+Blue) = 178+41+63=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B2293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2293F is #4DD6C0. Grayscale: #545454. Windows color (decimal): -5101249 or 4139442. OLE color: 4139442.

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

Color convert

RGB 178 41 63 -
CMYK 0 0.77 0.65 0.30
HSL 350.37º 0.63% 0.43% -
HSV(B) 350.37º 0.77% 0.7% -
XYZ 20.05 11.41 5.85 -
YUV 84.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 178 41 63 0 0.77 0.65 0.30 350.37 0.63 0.43
Hex B2 29 3F 0 4D 41 1E 15E 3F 2B
Octal 262 51 77 0 115 101 36 536 77 53
Binary 10110010 101001 111111 0 1001101 1000001 11110 101011110 111111 101011

Color Harmonies of #B2293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2293F

Black with #B2293F

Text Example


Text Example

White with #B2293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2293F; }

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

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

background-color css

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

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

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

border-color css

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

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

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