Html Css Color HEX #B23845 Old Rose

📋 copy color: '#B23845'

red 178 ◦ green 56 ◦ blue 69

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

Shades of Old Rose #B23845

Tints of Old Rose #B23845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.48%

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 58.75%
G = 18.48%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B23845 (or 0xB23845) is known color: Old Rose. HEX triplet: B2, 38 and 45. RGB value is (178,56,69). Sum of RGB (Red+Green+Blue) = 178+56+69=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23845 is #4DC7BA. Grayscale: #5E5E5E. Windows color (decimal): -5097403 or 4536498. OLE color: 4536498.

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

Color convert

RGB 178 56 69 -
CMYK 0 0.69 0.61 0.30
HSL 353.61º 0.52% 0.46% -
HSV(B) 353.61º 0.69% 0.7% -
XYZ 20.85 12.72 6.99 -
YUV 93.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 178 56 69 0 0.69 0.61 0.30 353.61 0.52 0.46
Hex B2 38 45 0 45 3D 1E 162 34 2E
Octal 262 70 105 0 105 75 36 542 64 56
Binary 10110010 111000 1000101 0 1000101 111101 11110 101100010 110100 101110

Color Harmonies of #B23845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23845

Black with #B23845

Text Example


Text Example

White with #B23845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23845; }

 p { color: rgb(178,56,69); }

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

background-color css

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

 a { background-color: rgb(178,56,69); }

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

border-color css

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

 span { border-color: rgb(178,56,69); }

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