Html Css Color HEX #B23042 Old Rose

📋 copy color: '#B23042'

red 178 ◦ green 48 ◦ blue 66

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

Shades of Old Rose #B23042

Tints of Old Rose #B23042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

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

R = 60.96%
G = 16.44%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23042 (or 0xB23042) is known color: Old Rose. HEX triplet: B2, 30 and 42. RGB value is (178,48,66). Sum of RGB (Red+Green+Blue) = 178+48+66=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B23042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23042 is #4DCFBD. Grayscale: #585858. Windows color (decimal): -5099454 or 4337842. OLE color: 4337842.

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

Color convert

RGB 178 48 66 -
CMYK 0 0.73 0.63 0.30
HSL 351.69º 0.58% 0.44% -
HSV(B) 351.69º 0.73% 0.7% -
XYZ 20.4 11.97 6.39 -
YUV 88.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 178 48 66 0 0.73 0.63 0.30 351.69 0.58 0.44
Hex B2 30 42 0 49 3F 1E 160 3A 2C
Octal 262 60 102 0 111 77 36 540 72 54
Binary 10110010 110000 1000010 0 1001001 111111 11110 101100000 111010 101100

Color Harmonies of #B23042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23042

Black with #B23042

Text Example


Text Example

White with #B23042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23042; }

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

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

background-color css

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

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

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

border-color css

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

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

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