Html Css Color HEX #B23A44 Old Rose

📋 copy color: '#B23A44'

red 178 ◦ green 58 ◦ blue 68

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

Shades of Old Rose #B23A44

Tints of Old Rose #B23A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 58.55%
G = 19.08%
B = 22.37%

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

#B23A44 (or 0xB23A44) is known color: Old Rose. HEX triplet: B2, 3A and 44. RGB value is (178,58,68). Sum of RGB (Red+Green+Blue) = 178+58+68=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A44 is #4DC5BB. Grayscale: #5F5F5F. Windows color (decimal): -5096892 or 4471474. OLE color: 4471474.

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

Color convert

RGB 178 58 68 -
CMYK 0 0.67 0.62 0.30
HSL 355º 0.51% 0.46% -
HSV(B) 355º 0.67% 0.7% -
XYZ 20.92 12.91 6.86 -
YUV 95.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 178 58 68 0 0.67 0.62 0.30 355 0.51 0.46
Hex B2 3A 44 0 43 3E 1E 163 33 2E
Octal 262 72 104 0 103 76 36 543 63 56
Binary 10110010 111010 1000100 0 1000011 111110 11110 101100011 110011 101110

Color Harmonies of #B23A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A44

Black with #B23A44

Text Example


Text Example

White with #B23A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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