Html Css Color HEX #B23242 Old Rose

📋 copy color: '#B23242'

red 178 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #B23242

Tints of Old Rose #B23242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.01%

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

R = 60.54%
G = 17.01%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23242 (or 0xB23242) is known color: Old Rose. HEX triplet: B2, 32 and 42. RGB value is (178,50,66). Sum of RGB (Red+Green+Blue) = 178+50+66=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B23242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23242 is #4DCDBD. Grayscale: #5A5A5A. Windows color (decimal): -5098942 or 4338354. OLE color: 4338354.

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

Color convert

RGB 178 50 66 -
CMYK 0 0.72 0.63 0.30
HSL 352.5º 0.56% 0.45% -
HSV(B) 352.5º 0.72% 0.7% -
XYZ 20.48 12.14 6.42 -
YUV 90.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 178 50 66 0 0.72 0.63 0.30 352.5 0.56 0.45
Hex B2 32 42 0 48 3F 1E 160 38 2D
Octal 262 62 102 0 110 77 36 540 70 55
Binary 10110010 110010 1000010 0 1001000 111111 11110 101100000 111000 101101

Color Harmonies of #B23242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23242

Black with #B23242

Text Example


Text Example

White with #B23242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23242; }

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

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

background-color css

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

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

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

border-color css

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

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

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