Html Css Color HEX #BA234C Old Rose

📋 copy color: '#BA234C'

red 186 ◦ green 35 ◦ blue 76

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

Shades of Old Rose #BA234C

Tints of Old Rose #BA234C

RGB

 RED value IS 186 (73.05% from 255) = 62.63%

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

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

R = 62.63%
G = 11.78%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA234C (or 0xBA234C) is known color: Old Rose. HEX triplet: BA, 23 and 4C. RGB value is (186,35,76). Sum of RGB (Red+Green+Blue) = 186+35+76=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA234C is #45DCB3. Grayscale: #545454. Windows color (decimal): -4578484 or 4989882. OLE color: 4989882.

HSL color Cylindrical-coordinate representation of color #BA234C: hue angle of 343.71º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA234C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 35 76 -
CMYK 0 0.81 0.59 0.27
HSL 343.71º 0.68% 0.43% -
HSV(B) 343.71º 0.81% 0.73% -
XYZ 22.16 12.16 8.02 -
YUV 84.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 186 35 76 0 0.81 0.59 0.27 343.71 0.68 0.43
Hex BA 23 4C 0 51 3B 1B 158 44 2B
Octal 272 43 114 0 121 73 33 530 104 53
Binary 10111010 100011 1001100 0 1010001 111011 11011 101011000 1000100 101011

Color Harmonies of #BA234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA234C

Black with #BA234C

Text Example


Text Example

White with #BA234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA234C; }

 p { color: rgb(186,35,76); }

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

background-color css

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

 a { background-color: rgb(186,35,76); }

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

border-color css

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

 span { border-color: rgb(186,35,76); }

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