Html Css Color HEX #B23043 Old Rose

📋 copy color: '#B23043'

red 178 ◦ green 48 ◦ blue 67

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

Shades of Old Rose #B23043

Tints of Old Rose #B23043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 60.75%
G = 16.38%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B23043 (or 0xB23043) is known color: Old Rose. HEX triplet: B2, 30 and 43. RGB value is (178,48,67). Sum of RGB (Red+Green+Blue) = 178+48+67=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B23043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23043 is #4DCFBC. Grayscale: #595959. Windows color (decimal): -5099453 or 4403378. OLE color: 4403378.

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

Color convert

RGB 178 48 67 -
CMYK 0 0.73 0.62 0.30
HSL 351.23º 0.58% 0.44% -
HSV(B) 351.23º 0.73% 0.7% -
XYZ 20.43 11.98 6.55 -
YUV 89.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 178 48 67 0 0.73 0.62 0.30 351.23 0.58 0.44
Hex B2 30 43 0 49 3E 1E 15F 3A 2C
Octal 262 60 103 0 111 76 36 537 72 54
Binary 10110010 110000 1000011 0 1001001 111110 11110 101011111 111010 101100

Color Harmonies of #B23043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23043

Black with #B23043

Text Example


Text Example

White with #B23043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23043; }

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

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

background-color css

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

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

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

border-color css

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

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

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