Html Css Color HEX #BE3A28 Medium Carmine

📋 copy color: '#BE3A28'

red 190 ◦ green 58 ◦ blue 40

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

Shades of Medium Carmine #BE3A28

Tints of Medium Carmine #BE3A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 65.97%
G = 20.14%
B = 13.89%

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

#BE3A28 (or 0xBE3A28) is known color: Medium Carmine. HEX triplet: BE, 3A and 28. RGB value is (190,58,40). Sum of RGB (Red+Green+Blue) = 190+58+40=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A28 is #41C5D7. Grayscale: #5F5F5F. Windows color (decimal): -4310488 or 2636478. OLE color: 2636478.

HSL color Cylindrical-coordinate representation of color #BE3A28: hue angle of 7.2º degrees, saturation: 0.65, 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 #BE3A28 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 40 -
CMYK 0 0.69 0.79 0.25
HSL 7.2º 0.65% 0.45% -
HSV(B) 7.2º 0.79% 0.75% -
XYZ 23.13 14.13 3.52 -
YUV 95.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 190 58 40 0 0.69 0.79 0.25 7.2 0.65 0.45
Hex BE 3A 28 0 45 4F 19 7 41 2D
Octal 276 72 50 0 105 117 31 7 101 55
Binary 10111110 111010 101000 0 1000101 1001111 11001 111 1000001 101101

Color Harmonies of #BE3A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A28

Black with #BE3A28

Text Example


Text Example

White with #BE3A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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