Html Css Color HEX #BE3D25 Medium Carmine

📋 copy color: '#BE3D25'

red 190 ◦ green 61 ◦ blue 37

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

Shades of Medium Carmine #BE3D25

Tints of Medium Carmine #BE3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 65.97%
G = 21.18%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3D25 (or 0xBE3D25) is known color: Medium Carmine. HEX triplet: BE, 3D and 25. RGB value is (190,61,37). Sum of RGB (Red+Green+Blue) = 190+61+37=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D25 is #41C2DA. Grayscale: #616161. Windows color (decimal): -4309723 or 2440638. OLE color: 2440638.

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

Color convert

RGB 190 61 37 -
CMYK 0 0.68 0.81 0.25
HSL 9.41º 0.67% 0.45% -
HSV(B) 9.41º 0.81% 0.75% -
XYZ 23.24 14.42 3.31 -
YUV 96.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 190 61 37 0 0.68 0.81 0.25 9.41 0.67 0.45
Hex BE 3D 25 0 44 51 19 9 43 2D
Octal 276 75 45 0 104 121 31 11 103 55
Binary 10111110 111101 100101 0 1000100 1010001 11001 1001 1000011 101101

Color Harmonies of #BE3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D25

Black with #BE3D25

Text Example


Text Example

White with #BE3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D25; }

 p { color: rgb(190,61,37); }

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

background-color css

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

 a { background-color: rgb(190,61,37); }

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

border-color css

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

 span { border-color: rgb(190,61,37); }

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