Html Css Color HEX #B2394C Old Rose

📋 copy color: '#B2394C'

red 178 ◦ green 57 ◦ blue 76

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

Shades of Old Rose #B2394C

Tints of Old Rose #B2394C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 57.23%
G = 18.33%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2394C (or 0xB2394C) is known color: Old Rose. HEX triplet: B2, 39 and 4C. RGB value is (178,57,76). Sum of RGB (Red+Green+Blue) = 178+57+76=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2394C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2394C is #4DC6B3. Grayscale: #5F5F5F. Windows color (decimal): -5097140 or 4995506. OLE color: 4995506.

HSL color Cylindrical-coordinate representation of color #B2394C: hue angle of 350.58º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B2394C is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 76 -
CMYK 0 0.68 0.57 0.30
HSL 350.58º 0.51% 0.46% -
HSV(B) 350.58º 0.68% 0.7% -
XYZ 21.13 12.91 8.22 -
YUV 95.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 178 57 76 0 0.68 0.57 0.30 350.58 0.51 0.46
Hex B2 39 4C 0 44 39 1E 15F 33 2E
Octal 262 71 114 0 104 71 36 537 63 56
Binary 10110010 111001 1001100 0 1000100 111001 11110 101011111 110011 101110

Color Harmonies of #B2394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2394C

Black with #B2394C

Text Example


Text Example

White with #B2394C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2394C; }

 p { color: rgb(178,57,76); }

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

background-color css

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

 a { background-color: rgb(178,57,76); }

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

border-color css

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

 span { border-color: rgb(178,57,76); }

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