Html Css Color HEX #B23340 Old Rose

📋 copy color: '#B23340'

red 178 ◦ green 51 ◦ blue 64

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

Shades of Old Rose #B23340

Tints of Old Rose #B23340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.41%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 60.75%
G = 17.41%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23340 (or 0xB23340) is known color: Old Rose. HEX triplet: B2, 33 and 40. RGB value is (178,51,64). Sum of RGB (Red+Green+Blue) = 178+51+64=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B23340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23340 is #4DCCBF. Grayscale: #5A5A5A. Windows color (decimal): -5098688 or 4207538. OLE color: 4207538.

HSL color Cylindrical-coordinate representation of color #B23340: hue angle of 353.86º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23340 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 64 -
CMYK 0 0.71 0.64 0.30
HSL 353.86º 0.55% 0.45% -
HSV(B) 353.86º 0.71% 0.7% -
XYZ 20.47 12.2 6.13 -
YUV 90.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 178 51 64 0 0.71 0.64 0.30 353.86 0.55 0.45
Hex B2 33 40 0 47 40 1E 162 37 2D
Octal 262 63 100 0 107 100 36 542 67 55
Binary 10110010 110011 1000000 0 1000111 1000000 11110 101100010 110111 101101

Color Harmonies of #B23340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23340

Black with #B23340

Text Example


Text Example

White with #B23340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23340; }

 p { color: rgb(178,51,64); }

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

background-color css

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

 a { background-color: rgb(178,51,64); }

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

border-color css

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

 span { border-color: rgb(178,51,64); }

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