Html Css Color HEX #B23A43 Old Rose

📋 copy color: '#B23A43'

red 178 ◦ green 58 ◦ blue 67

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

Shades of Old Rose #B23A43

Tints of Old Rose #B23A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.14%

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

R = 58.75%
G = 19.14%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23A43 (or 0xB23A43) is known color: Old Rose. HEX triplet: B2, 3A and 43. RGB value is (178,58,67). Sum of RGB (Red+Green+Blue) = 178+58+67=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A43 is #4DC5BC. Grayscale: #5E5E5E. Windows color (decimal): -5096893 or 4405938. OLE color: 4405938.

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

Color convert

RGB 178 58 67 -
CMYK 0 0.67 0.62 0.30
HSL 355.5º 0.51% 0.46% -
HSV(B) 355.5º 0.67% 0.7% -
XYZ 20.89 12.9 6.7 -
YUV 94.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 178 58 67 0 0.67 0.62 0.30 355.5 0.51 0.46
Hex B2 3A 43 0 43 3E 1E 164 33 2E
Octal 262 72 103 0 103 76 36 544 63 56
Binary 10110010 111010 1000011 0 1000011 111110 11110 101100100 110011 101110

Color Harmonies of #B23A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A43

Black with #B23A43

Text Example


Text Example

White with #B23A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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