Html Css Color HEX #B23344 Old Rose

📋 copy color: '#B23344'

red 178 ◦ green 51 ◦ blue 68

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

Shades of Old Rose #B23344

Tints of Old Rose #B23344

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 59.93%
G = 17.17%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23344 (or 0xB23344) is known color: Old Rose. HEX triplet: B2, 33 and 44. RGB value is (178,51,68). Sum of RGB (Red+Green+Blue) = 178+51+68=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23344 is #4DCCBB. Grayscale: #5A5A5A. Windows color (decimal): -5098684 or 4469682. OLE color: 4469682.

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

Color convert

RGB 178 51 68 -
CMYK 0 0.71 0.62 0.30
HSL 351.97º 0.55% 0.45% -
HSV(B) 351.97º 0.71% 0.7% -
XYZ 20.59 12.25 6.75 -
YUV 90.91 115.08 190.12 -
System Red Green Blue C M Y K H S L
Decimal 178 51 68 0 0.71 0.62 0.30 351.97 0.55 0.45
Hex B2 33 44 0 47 3E 1E 160 37 2D
Octal 262 63 104 0 107 76 36 540 67 55
Binary 10110010 110011 1000100 0 1000111 111110 11110 101100000 110111 101101

Color Harmonies of #B23344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23344

Black with #B23344

Text Example


Text Example

White with #B23344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23344; }

 p { color: rgb(178,51,68); }

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

background-color css

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

 a { background-color: rgb(178,51,68); }

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

border-color css

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

 span { border-color: rgb(178,51,68); }

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