Html Css Color HEX #B23942 Old Rose

📋 copy color: '#B23942'

red 178 ◦ green 57 ◦ blue 66

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

Shades of Old Rose #B23942

Tints of Old Rose #B23942

RGB

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

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

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

R = 59.14%
G = 18.94%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23942 (or 0xB23942) is known color: Old Rose. HEX triplet: B2, 39 and 42. RGB value is (178,57,66). Sum of RGB (Red+Green+Blue) = 178+57+66=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23942 is #4DC6BD. Grayscale: #5E5E5E. Windows color (decimal): -5097150 or 4340146. OLE color: 4340146.

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

Color convert

RGB 178 57 66 -
CMYK 0 0.68 0.63 0.30
HSL 355.54º 0.51% 0.46% -
HSV(B) 355.54º 0.68% 0.7% -
XYZ 20.81 12.78 6.53 -
YUV 94.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 178 57 66 0 0.68 0.63 0.30 355.54 0.51 0.46
Hex B2 39 42 0 44 3F 1E 164 33 2E
Octal 262 71 102 0 104 77 36 544 63 56
Binary 10110010 111001 1000010 0 1000100 111111 11110 101100100 110011 101110

Color Harmonies of #B23942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23942

Black with #B23942

Text Example


Text Example

White with #B23942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23942; }

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

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

background-color css

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

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

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

border-color css

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

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

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