Html Css Color HEX #BE3E48 Old Rose

📋 copy color: '#BE3E48'

red 190 ◦ green 62 ◦ blue 72

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

Shades of Old Rose #BE3E48

Tints of Old Rose #BE3E48

RGB

 RED value IS 190 (74.61% from 255) = 58.64%

 GREEN value IS 62 (24.61% from 255) = 19.14%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 58.64%
G = 19.14%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE3E48 (or 0xBE3E48) is known color: Old Rose. HEX triplet: BE, 3E and 48. RGB value is (190,62,72). Sum of RGB (Red+Green+Blue) = 190+62+72=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E48 is #41C1B7. Grayscale: #656565. Windows color (decimal): -4309432 or 4734654. OLE color: 4734654.

HSL color Cylindrical-coordinate representation of color #BE3E48: hue angle of 355.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E48 is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 62 72 -
CMYK 0 0.67 0.62 0.25
HSL 355.31º 0.51% 0.49% -
HSV(B) 355.31º 0.67% 0.75% -
XYZ 24.13 14.86 7.73 -
YUV 101.41 111.41 191.19 -
System Red Green Blue C M Y K H S L
Decimal 190 62 72 0 0.67 0.62 0.25 355.31 0.51 0.49
Hex BE 3E 48 0 43 3E 19 163 33 31
Octal 276 76 110 0 103 76 31 543 63 61
Binary 10111110 111110 1001000 0 1000011 111110 11001 101100011 110011 110001

Color Harmonies of #BE3E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E48

Black with #BE3E48

Text Example


Text Example

White with #BE3E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E48; }

 p { color: rgb(190,62,72); }

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

background-color css

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

 a { background-color: rgb(190,62,72); }

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

border-color css

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

 span { border-color: rgb(190,62,72); }

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