Html Css Color HEX #B23E42 Old Rose

📋 copy color: '#B23E42'

red 178 ◦ green 62 ◦ blue 66

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

Shades of Old Rose #B23E42

Tints of Old Rose #B23E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.26%

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

R = 58.17%
G = 20.26%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23E42 (or 0xB23E42) is known color: Old Rose. HEX triplet: B2, 3E and 42. RGB value is (178,62,66). Sum of RGB (Red+Green+Blue) = 178+62+66=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E42 is #4DC1BD. Grayscale: #616161. Windows color (decimal): -5095870 or 4341426. OLE color: 4341426.

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

Color convert

RGB 178 62 66 -
CMYK 0 0.65 0.63 0.30
HSL 357.93º 0.48% 0.47% -
HSV(B) 357.93º 0.65% 0.7% -
XYZ 21.07 13.3 6.61 -
YUV 97.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 178 62 66 0 0.65 0.63 0.30 357.93 0.48 0.47
Hex B2 3E 42 0 41 3F 1E 166 30 2F
Octal 262 76 102 0 101 77 36 546 60 57
Binary 10110010 111110 1000010 0 1000001 111111 11110 101100110 110000 101111

Color Harmonies of #B23E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E42

Black with #B23E42

Text Example


Text Example

White with #B23E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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