Html Css Color HEX #B23345 Old Rose

📋 copy color: '#B23345'

red 178 ◦ green 51 ◦ blue 69

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

Shades of Old Rose #B23345

Tints of Old Rose #B23345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 59.73%
G = 17.11%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23345 (or 0xB23345) is known color: Old Rose. HEX triplet: B2, 33 and 45. RGB value is (178,51,69). Sum of RGB (Red+Green+Blue) = 178+51+69=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23345 is #4DCCBA. Grayscale: #5B5B5B. Windows color (decimal): -5098683 or 4535218. OLE color: 4535218.

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

Color convert

RGB 178 51 69 -
CMYK 0 0.71 0.61 0.30
HSL 351.5º 0.55% 0.45% -
HSV(B) 351.5º 0.71% 0.7% -
XYZ 20.62 12.26 6.91 -
YUV 91.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 178 51 69 0 0.71 0.61 0.30 351.5 0.55 0.45
Hex B2 33 45 0 47 3D 1E 15F 37 2D
Octal 262 63 105 0 107 75 36 537 67 55
Binary 10110010 110011 1000101 0 1000111 111101 11110 101011111 110111 101101

Color Harmonies of #B23345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23345

Black with #B23345

Text Example


Text Example

White with #B23345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23345; }

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

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

background-color css

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

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

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

border-color css

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

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

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