Html Css Color HEX #B23642 Old Rose

📋 copy color: '#B23642'

red 178 ◦ green 54 ◦ blue 66

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

Shades of Old Rose #B23642

Tints of Old Rose #B23642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.12%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 59.73%
G = 18.12%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23642 (or 0xB23642) is known color: Old Rose. HEX triplet: B2, 36 and 42. RGB value is (178,54,66). Sum of RGB (Red+Green+Blue) = 178+54+66=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23642 is #4DC9BD. Grayscale: #5C5C5C. Windows color (decimal): -5097918 or 4339378. OLE color: 4339378.

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

Color convert

RGB 178 54 66 -
CMYK 0 0.70 0.63 0.30
HSL 354.19º 0.53% 0.45% -
HSV(B) 354.19º 0.7% 0.7% -
XYZ 20.66 12.5 6.48 -
YUV 92.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 178 54 66 0 0.70 0.63 0.30 354.19 0.53 0.45
Hex B2 36 42 0 46 3F 1E 162 35 2D
Octal 262 66 102 0 106 77 36 542 65 55
Binary 10110010 110110 1000010 0 1000110 111111 11110 101100010 110101 101101

Color Harmonies of #B23642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23642

Black with #B23642

Text Example


Text Example

White with #B23642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23642; }

 p { color: rgb(178,54,66); }

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

background-color css

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

 a { background-color: rgb(178,54,66); }

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

border-color css

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

 span { border-color: rgb(178,54,66); }

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