Html Css Color HEX #B23541 Old Rose

📋 copy color: '#B23541'

red 178 ◦ green 53 ◦ blue 65

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

Shades of Old Rose #B23541

Tints of Old Rose #B23541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.91%

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

R = 60.14%
G = 17.91%
B = 21.96%

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

#B23541 (or 0xB23541) is known color: Old Rose. HEX triplet: B2, 35 and 41. RGB value is (178,53,65). Sum of RGB (Red+Green+Blue) = 178+53+65=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23541 is #4DCABE. Grayscale: #5B5B5B. Windows color (decimal): -5098175 or 4273586. OLE color: 4273586.

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

Color convert

RGB 178 53 65 -
CMYK 0 0.70 0.63 0.30
HSL 354.24º 0.54% 0.45% -
HSV(B) 354.24º 0.7% 0.7% -
XYZ 20.59 12.39 6.31 -
YUV 91.74 112.91 189.52 -
System Red Green Blue C M Y K H S L
Decimal 178 53 65 0 0.70 0.63 0.30 354.24 0.54 0.45
Hex B2 35 41 0 46 3F 1E 162 36 2D
Octal 262 65 101 0 106 77 36 542 66 55
Binary 10110010 110101 1000001 0 1000110 111111 11110 101100010 110110 101101

Color Harmonies of #B23541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23541

Black with #B23541

Text Example


Text Example

White with #B23541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23541; }

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

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

background-color css

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

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

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

border-color css

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

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

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