Html Css Color HEX #BE3A30 Medium Carmine

📋 copy color: '#BE3A30'

red 190 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #BE3A30

Tints of Medium Carmine #BE3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 64.19%
G = 19.59%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE3A30 (or 0xBE3A30) is known color: Medium Carmine. HEX triplet: BE, 3A and 30. RGB value is (190,58,48). Sum of RGB (Red+Green+Blue) = 190+58+48=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A30 is #41C5CF. Grayscale: #606060. Windows color (decimal): -4310480 or 3160766. OLE color: 3160766.

HSL color Cylindrical-coordinate representation of color #BE3A30: hue angle of 4.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3A30 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 48 -
CMYK 0 0.69 0.75 0.25
HSL 4.23º 0.6% 0.47% -
HSV(B) 4.23º 0.75% 0.75% -
XYZ 23.28 14.19 4.31 -
YUV 96.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 190 58 48 0 0.69 0.75 0.25 4.23 0.6 0.47
Hex BE 3A 30 0 45 4B 19 4 3C 2F
Octal 276 72 60 0 105 113 31 4 74 57
Binary 10111110 111010 110000 0 1000101 1001011 11001 100 111100 101111

Color Harmonies of #BE3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A30

Black with #BE3A30

Text Example


Text Example

White with #BE3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A30; }

 p { color: rgb(190,58,48); }

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

background-color css

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

 a { background-color: rgb(190,58,48); }

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

border-color css

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

 span { border-color: rgb(190,58,48); }

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