Html Css Color HEX #B23341 Old Rose

📋 copy color: '#B23341'

red 178 ◦ green 51 ◦ blue 65

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

Shades of Old Rose #B23341

Tints of Old Rose #B23341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 60.54%
G = 17.35%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23341 (or 0xB23341) is known color: Old Rose. HEX triplet: B2, 33 and 41. RGB value is (178,51,65). Sum of RGB (Red+Green+Blue) = 178+51+65=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B23341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23341 is #4DCCBE. Grayscale: #5A5A5A. Windows color (decimal): -5098687 or 4273074. OLE color: 4273074.

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

Color convert

RGB 178 51 65 -
CMYK 0 0.71 0.63 0.30
HSL 353.39º 0.55% 0.45% -
HSV(B) 353.39º 0.71% 0.7% -
XYZ 20.5 12.21 6.28 -
YUV 90.57 113.58 190.36 -
System Red Green Blue C M Y K H S L
Decimal 178 51 65 0 0.71 0.63 0.30 353.39 0.55 0.45
Hex B2 33 41 0 47 3F 1E 161 37 2D
Octal 262 63 101 0 107 77 36 541 67 55
Binary 10110010 110011 1000001 0 1000111 111111 11110 101100001 110111 101101

Color Harmonies of #B23341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23341

Black with #B23341

Text Example


Text Example

White with #B23341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23341; }

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

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

background-color css

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

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

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

border-color css

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

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

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