Html Css Color HEX #B23641 Old Rose

📋 copy color: '#B23641'

red 178 ◦ green 54 ◦ blue 65

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

Shades of Old Rose #B23641

Tints of Old Rose #B23641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 59.93%
G = 18.18%
B = 21.89%

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

#B23641 (or 0xB23641) is known color: Old Rose. HEX triplet: B2, 36 and 41. RGB value is (178,54,65). Sum of RGB (Red+Green+Blue) = 178+54+65=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B23641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23641 is #4DC9BE. Grayscale: #5C5C5C. Windows color (decimal): -5097919 or 4273842. OLE color: 4273842.

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

Color convert

RGB 178 54 65 -
CMYK 0 0.70 0.63 0.30
HSL 354.68º 0.53% 0.45% -
HSV(B) 354.68º 0.7% 0.7% -
XYZ 20.63 12.48 6.32 -
YUV 92.33 112.58 189.11 -
System Red Green Blue C M Y K H S L
Decimal 178 54 65 0 0.70 0.63 0.30 354.68 0.53 0.45
Hex B2 36 41 0 46 3F 1E 163 35 2D
Octal 262 66 101 0 106 77 36 543 65 55
Binary 10110010 110110 1000001 0 1000110 111111 11110 101100011 110101 101101

Color Harmonies of #B23641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23641

Black with #B23641

Text Example


Text Example

White with #B23641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23641; }

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

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

background-color css

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

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

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

border-color css

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

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

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