Html Css Color HEX #B23943 Old Rose

📋 copy color: '#B23943'

red 178 ◦ green 57 ◦ blue 67

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

Shades of Old Rose #B23943

Tints of Old Rose #B23943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.87%

 BLUE value IS 67 (26.56% from 255) = 22.19%

R = 58.94%
G = 18.87%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23943 (or 0xB23943) is known color: Old Rose. HEX triplet: B2, 39 and 43. RGB value is (178,57,67). Sum of RGB (Red+Green+Blue) = 178+57+67=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 67 (26.56% from 255 or 22.19% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23943 is #4DC6BC. Grayscale: #5E5E5E. Windows color (decimal): -5097149 or 4405682. OLE color: 4405682.

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

Color convert

RGB 178 57 67 -
CMYK 0 0.68 0.62 0.30
HSL 355.04º 0.51% 0.46% -
HSV(B) 355.04º 0.68% 0.7% -
XYZ 20.84 12.8 6.68 -
YUV 94.32 112.59 187.69 -
System Red Green Blue C M Y K H S L
Decimal 178 57 67 0 0.68 0.62 0.30 355.04 0.51 0.46
Hex B2 39 43 0 44 3E 1E 163 33 2E
Octal 262 71 103 0 104 76 36 543 63 56
Binary 10110010 111001 1000011 0 1000100 111110 11110 101100011 110011 101110

Color Harmonies of #B23943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23943

Black with #B23943

Text Example


Text Example

White with #B23943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23943; }

 p { color: rgb(178,57,67); }

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

background-color css

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

 a { background-color: rgb(178,57,67); }

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

border-color css

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

 span { border-color: rgb(178,57,67); }

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