Html Css Color HEX #BE3A27 Medium Carmine

📋 copy color: '#BE3A27'

red 190 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #BE3A27

Tints of Medium Carmine #BE3A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 66.2%
G = 20.21%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE3A27 (or 0xBE3A27) is known color: Medium Carmine. HEX triplet: BE, 3A and 27. RGB value is (190,58,39). Sum of RGB (Red+Green+Blue) = 190+58+39=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A27 is #41C5D8. Grayscale: #5F5F5F. Windows color (decimal): -4310489 or 2570942. OLE color: 2570942.

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

Color convert

RGB 190 58 39 -
CMYK 0 0.69 0.79 0.25
HSL 7.55º 0.66% 0.45% -
HSV(B) 7.55º 0.79% 0.75% -
XYZ 23.11 14.12 3.43 -
YUV 95.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 190 58 39 0 0.69 0.79 0.25 7.55 0.66 0.45
Hex BE 3A 27 0 45 4F 19 8 42 2D
Octal 276 72 47 0 105 117 31 10 102 55
Binary 10111110 111010 100111 0 1000101 1001111 11001 1000 1000010 101101

Color Harmonies of #BE3A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A27

Black with #BE3A27

Text Example


Text Example

White with #BE3A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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