Html Css Color HEX #BE3A26 Medium Carmine

📋 copy color: '#BE3A26'

red 190 ◦ green 58 ◦ blue 38

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

Shades of Medium Carmine #BE3A26

Tints of Medium Carmine #BE3A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 66.43%
G = 20.28%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE3A26 (or 0xBE3A26) is known color: Medium Carmine. HEX triplet: BE, 3A and 26. RGB value is (190,58,38). Sum of RGB (Red+Green+Blue) = 190+58+38=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A26 is #41C5D9. Grayscale: #5F5F5F. Windows color (decimal): -4310490 or 2505406. OLE color: 2505406.

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

Color convert

RGB 190 58 38 -
CMYK 0 0.69 0.8 0.25
HSL 7.89º 0.67% 0.45% -
HSV(B) 7.89º 0.8% 0.75% -
XYZ 23.1 14.11 3.34 -
YUV 95.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 190 58 38 0 0.69 0.8 0.25 7.89 0.67 0.45
Hex BE 3A 26 0 45 50 19 8 43 2D
Octal 276 72 46 0 105 120 31 10 103 55
Binary 10111110 111010 100110 0 1000101 1010000 11001 1000 1000011 101101

Color Harmonies of #BE3A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A26

Black with #BE3A26

Text Example


Text Example

White with #BE3A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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