Html Css Color HEX #B23946 Old Rose

📋 copy color: '#B23946'

red 178 ◦ green 57 ◦ blue 70

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

Shades of Old Rose #B23946

Tints of Old Rose #B23946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 58.36%
G = 18.69%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23946 (or 0xB23946) is known color: Old Rose. HEX triplet: B2, 39 and 46. RGB value is (178,57,70). Sum of RGB (Red+Green+Blue) = 178+57+70=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B23946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23946 is #4DC6B9. Grayscale: #5E5E5E. Windows color (decimal): -5097146 or 4602290. OLE color: 4602290.

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

Color convert

RGB 178 57 70 -
CMYK 0 0.68 0.61 0.30
HSL 353.55º 0.51% 0.46% -
HSV(B) 353.55º 0.68% 0.7% -
XYZ 20.93 12.83 7.17 -
YUV 94.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 178 57 70 0 0.68 0.61 0.30 353.55 0.51 0.46
Hex B2 39 46 0 44 3D 1E 162 33 2E
Octal 262 71 106 0 104 75 36 542 63 56
Binary 10110010 111001 1000110 0 1000100 111101 11110 101100010 110011 101110

Color Harmonies of #B23946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23946

Black with #B23946

Text Example


Text Example

White with #B23946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23946; }

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

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

background-color css

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

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

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

border-color css

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

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

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