Html Css Color HEX #B23A42 Old Rose

📋 copy color: '#B23A42'

red 178 ◦ green 58 ◦ blue 66

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

Shades of Old Rose #B23A42

Tints of Old Rose #B23A42

RGB

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

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

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

R = 58.94%
G = 19.21%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23A42 (or 0xB23A42) is known color: Old Rose. HEX triplet: B2, 3A and 42. RGB value is (178,58,66). Sum of RGB (Red+Green+Blue) = 178+58+66=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A42 is #4DC5BD. Grayscale: #5E5E5E. Windows color (decimal): -5096894 or 4340402. OLE color: 4340402.

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

Color convert

RGB 178 58 66 -
CMYK 0 0.67 0.63 0.30
HSL 356º 0.51% 0.46% -
HSV(B) 356º 0.67% 0.7% -
XYZ 20.86 12.88 6.54 -
YUV 94.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 178 58 66 0 0.67 0.63 0.30 356 0.51 0.46
Hex B2 3A 42 0 43 3F 1E 164 33 2E
Octal 262 72 102 0 103 77 36 544 63 56
Binary 10110010 111010 1000010 0 1000011 111111 11110 101100100 110011 101110

Color Harmonies of #B23A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A42

Black with #B23A42

Text Example


Text Example

White with #B23A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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