Html Css Color HEX #B23841 Old Rose

📋 copy color: '#B23841'

red 178 ◦ green 56 ◦ blue 65

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

Shades of Old Rose #B23841

Tints of Old Rose #B23841

RGB

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

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

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

R = 59.53%
G = 18.73%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B23841 (or 0xB23841) is known color: Old Rose. HEX triplet: B2, 38 and 41. RGB value is (178,56,65). Sum of RGB (Red+Green+Blue) = 178+56+65=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23841 is #4DC7BE. Grayscale: #5D5D5D. Windows color (decimal): -5097407 or 4274354. OLE color: 4274354.

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

Color convert

RGB 178 56 65 -
CMYK 0 0.69 0.63 0.30
HSL 355.57º 0.52% 0.46% -
HSV(B) 355.57º 0.69% 0.7% -
XYZ 20.73 12.67 6.36 -
YUV 93.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 178 56 65 0 0.69 0.63 0.30 355.57 0.52 0.46
Hex B2 38 41 0 45 3F 1E 164 34 2E
Octal 262 70 101 0 105 77 36 544 64 56
Binary 10110010 111000 1000001 0 1000101 111111 11110 101100100 110100 101110

Color Harmonies of #B23841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23841

Black with #B23841

Text Example


Text Example

White with #B23841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23841; }

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

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

background-color css

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

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

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

border-color css

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

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

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